https://github.com/tomasbasham/dominos-proxy
WIP A Python Flask Dominos Pizza UK proxy service using the dominos library
https://github.com/tomasbasham/dominos-proxy
dominos-pizza flask pizza python
Last synced: 10 months ago
JSON representation
WIP A Python Flask Dominos Pizza UK proxy service using the dominos library
- Host: GitHub
- URL: https://github.com/tomasbasham/dominos-proxy
- Owner: tomasbasham
- License: mit
- Created: 2017-04-27T15:59:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T12:13:13.000Z (over 6 years ago)
- Last Synced: 2025-01-02T10:12:18.744Z (about 1 year ago)
- Topics: dominos-pizza, flask, pizza, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
dominos-proxy |build|
=====================
.. |build| image:: https://travis-ci.org/tomasbasham/dominos-proxy.svg?branch=master
:target: https://travis-ci.org/tomasbasham/dominos-proxy
A Python `Flask `_ Dominos Pizza UK proxy service
using the `dominos `_ library.
Installation
------------
Installing the latest version from Github:
.. code:: bash
$ git clone https://github.com/tomasbasham/dominos-proxy
$ cd dominos-proxy
$ pip install -r requirements.txt
Usage
-----
.. code:: bash
$ 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.
.. image:: https://www.herokucdn.com/deploy/button.png
:alt: Deploy to Heroku
:target: https://heroku.com/deploy
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