Skip to content

7WebPages/yelp_google_places

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

cd yelp_google_places
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

Heroku deployment

git init .
heroku create
git add .
git commit -m 'first commit'
git push heroku master

Usage Example

pip install httpie

http http://googleplaces.herokuapp.com/api/list/?location=US&limit=1
http http://googleplaces.herokuapp.com/api/list/?location=US&limit=1&term=fitness
http http://googleplaces.herokuapp.com/api/list/?location=US&limit=1&category_filter=fitness

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • HTML 4.1%