https://github.com/alanbsmith/rails_yelp_api
a really basic yelp api with rails
https://github.com/alanbsmith/rails_yelp_api
Last synced: over 1 year ago
JSON representation
a really basic yelp api with rails
- Host: GitHub
- URL: https://github.com/alanbsmith/rails_yelp_api
- Owner: alanbsmith
- Created: 2015-07-29T13:39:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T00:09:27.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T19:28:46.477Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### UP & RUNNING
- clone the project
- run `bundle install`
- get your yelp api keys [here](https://www.yelp.com/developers) _you'll need to sign-in/create an account_
- run `rails s`
- open your browser to 'localhost:3000/api/v1/search?' and add 'term=whatever-you-want-to-search-for'
- it's currently set to search in Boulder, CO
- if if can't find what you're looking for, it will return everything