Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decidingFactor

This project is aimed at indecisive people such as myself when you need someone to make the final decision.

What this program does

This program will be used to:

  • Pick a restaurant at random in your area, based on your parameters using the yelp API
  • Keep track of places that were a success
    • Choose from those places that were a success when you dont want a new place

Getting Started

Import Environment variables

Variable Name Definition
YELP_API_KEY API key generaged from Yelp to be able to authorize use

How to contribute

virtualenv --python=python3 env
pip install -r requires/testing.txt -i https://pypi.python.org/simple/
python manage.py test restaurant

How to verify code coverage

coverage run --source='.' manage.py test restaurant/tests/
coverage report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages