Skip to content

SProjects/food_finder_api_andela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Finder

Usage:

  • Clone the repo to your local box and cd into the directory
  • Setup an account on Foursquare to get a CLIENT_ID and CLIENT_SECRET.
  • In your terminal setup the CLIENT_ID, export CLIENT_ID=<from_foursquare> and CLIENT_SECRET export CLIENT_SECRET=<form_foursquare>
  • Preferably from a virtual environment, run pip install -r requirements.txt.
  • Finally, to use the app run; python food_finder.py find <food_name> where food name can be something like 'fish'
  • Run python food_finder.py --help to get the manual

About

Command line app that consumes Foursquare API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages