A simple application (Flask) for developers, designed to view the results of POST (in plans and GET) request, can be useful when debugging with the API.
- Python3
- Flask
- Bower
virtualenv -p python3 venv
pip install -r requirements.txt
bower install --save
At this time, the project can not be used for production.