Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.27 KB

README.rst

File metadata and controls

48 lines (33 loc) · 1.27 KB

dominos-proxy build

A Python Flask Dominos Pizza UK proxy service using the dominos library.

Installation

Installing the latest version from Github:

$ git clone https://github.com/tomasbasham/dominos-proxy
$ cd dominos-proxy
$ pip install -r requirements.txt

Usage

$ gunicorn server:app -c config/gunicorn.py

Visit your app at http://localhost:5000.

Deploying

For simple deployment without having to checkout this repository you can deploy to heroku using the 'Deploy to Heroku' button below.

Deploy to Heroku

Contributing

  1. Fork it (https://github.com/tomasbasham/dominos-proxy/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request