Skip to content

Siriproxy Europe Yelp Search plugin - enables yelp searches and usage of the map within Siri - Siriproxy and yelp-api key required

Notifications You must be signed in to change notification settings

muhkuh0815/siriproxy-Eyelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###
# siriproxy-eyelp  Plugin 

This is a plugin for Yelp-Searches outside the US.
its for german, but should easily be adoptable for other languages.

YOU NEED YOUR OWN YELP-API Key for your external IP address, maybe use your
dyndns if you dont have a static IP.
you can get a free trial Key for 100 requests per day here.
   --->   http://www.yelp.com/developers

    Remember to add the plugin to the "/.siriproxy/config.yml" file!

Das ist ein Plugin um Yelp-Suchen außerhalb der USA zu ermöglichen.
ist natürlich in Deutsch, sollte aber einfach für andere Sprachen umzuschreiben sein. 
 
IHR BRAUCHT UNBEDINGT EINEN EIGENEN YELP-API KEY eurer externen IP Adresse, probiert
es mit dyndns falls ihr keine statische IP habt.
Ihr könnt hier einen Test Key für 100 Anfragen pro Tag anfordern
    --->   http://www.yelp.com/developers

    Plugin in "/.siriproxy/config.yml" file hinzufügen !

###
# WIE ES FUNKTIONIERT

"suche" + suchwort  = suche im Radius von 5 km

"suche" + suchwort + "in" + stadtname  = sucht in genannten Stadt

"suche hier" + suchwort  = suche im Radius von 1 km

"suche global" + suchwort  = suche im Radius von 25 km

Beispiele: suche Hotel, suche global Mexikanisch, suche Hofbräuhaus in München,
suche hier Würstelstand


###
# Zusatzfunktion                - Additional Feature
# Position Speichern und zeigen - save and show position

"wo bin ich" = zeigt aktuelle position, adresse und Höhenmeter / shows current position, address and height (meters above sealevel)

"Position speichern" = speichert Position (zB Parkplatz)  / saves current Position (eg Parkinglot)
"Position zeigen" = zeigt gespeicherte Position, aktuelle Position und Entfernung in km/meter  / shows saved Position, current Position and distance in kilometers


###
# Installation

Ihr benötigt Siriproxy 0.3.0:

einfach folgende Zeilen in die User/xxx/.siriproxy/config.yml Datei einfügen (Vorsicht mit Zeilenumbrüchen!!)

- name: 'Eyelp'
  git: 'git://github.com/muhkuh0815/siriproxy-Eyelp.git'
  yelp_key: "XXXXXXXXXXXXXXXXXXXXXX"

danach einmal Siriproxy update
die Plugin Dateien liegen dann in
/User/xxx/.rvm/gems/ruby-1.9.3/bundler/gems/siriproxy-Eyelp
Vorsicht beim editieren, bei jedem Siriproxy update werden sie wieder überschrieben.


Falls ihr das Plugin für euch anpassen wollt empfehle ich die Plugindateien von github runterzuladen und sie in
/User/xxx/Siriproxy/plugins/siriproxy-eyelp
zu kopieren.
Der richtige Eintrag in der config.yml Datei wäre dann:

- name: 'Eyelp'
  path: '/Users/xxx/SiriProxy/plugins/siriproxy-eyelp'
  yelp_key: "XXXXXXXXXXXXXXXXXXXXXX"


###  
# Todo

sorting JSON hashes ... closest first
displaying red dot in the preview map - not sure if siriproxy supports that 
phone number in description 
ratings (maybe i put them after the name "Hotel Sacher - 4.5" until its supportet from siriproxy)


###
# Kontakt

bei Fragen Twitter: @muhkuh0815
oder github.com/muhkuh0815/SiriProxy-Lotto
Video preview: http://www.youtube.com/watch?v=C3Qf9IKxoWQ

About

Siriproxy Europe Yelp Search plugin - enables yelp searches and usage of the map within Siri - Siriproxy and yelp-api key required

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages