Skip to content

When people get hungry they often get angry. Be happy, not hangry.

License

Notifications You must be signed in to change notification settings

The-Fortress-of-Brolitude/hangry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangry

When people get hungry they often get angry. Be happy, not hangry.

  • Input Yelp API tokens in a file named 'config.ini' in the following format
  • Hangry runs as a Flask app on port 5000 by default
[yelp_api]
CONSUMER_KEY: your_consumer_key
CONSUMER_SECRET: your_consumer_secret
TOKEN: your_token
TOKEN_SECRET: your_token_secret
usage: hangry.py [-h] [-q TERM] [-l LOCATION]

optional arguments:
  -h, --help            show this help message and exit
  -q TERM, --term TERM  Search term (default: dinner)
  -l LOCATION, --location LOCATION
                        Search location (default: Fairfax, VA)

About

When people get hungry they often get angry. Be happy, not hangry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • HTML 18.4%
  • JavaScript 14.8%