A Python Flask Dominos Pizza UK proxy service using the dominos library.
Installing the latest version from Github:
$ git clone https://github.com/tomasbasham/dominos-proxy
$ cd dominos-proxy
$ pip install -r requirements.txt
$ gunicorn server:app -c config/gunicorn.py
Visit your app at http://localhost:5000.
For simple deployment without having to checkout this repository you can deploy to heroku using the 'Deploy to Heroku' button below.
- Fork it (https://github.com/tomasbasham/dominos-proxy/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request