An open API service indexing awesome lists of open source software.

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

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