/lattelist

lists 10 coffee shops based on user location input

Primary LanguageJavaScript

README

About: LatteList is a simple app that displays 10 coffee shops based on user location input. This app utilizes the Yelp API.

Setup:

  • bundle install

  • figaro install

  • add your API secrets to application.yml. Use the variable names ‘yelp_consumer_key’, ‘yelp_consumer_secret’, ‘yelp_token’, and ‘yelp_token_secret’. If you do not have Yelp API secrets, get them here: www.yelp.com/developers/manage_api_keys

  • rake db:create

  • rake db:migrate

  • rails s

  • go to localhost:3000