Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 670 Bytes

TouristGopher gopher

This gopher knows

See it in action at touristgopher.com

This clever Gopher combines your search for delicious food with results from Yelp, Google Places and FourSquare into their bayesian ranking estimates and puts them on a map

Try it out

  • Install redis
  • Install dependencies
$ go get
  • Set environment variables
$ export GMAPS_KEY=YOUR_GMAPS_KEY
  • Run it
$ go build && nohup ./TouristGopher & 

Check the other repo, TouristFriend

CONTRIBUTING: YES

LICENSE: MIT