hejtado-quido

Thermometer Quido RESTful API based on Flask and Flask-RESTPlus


Keywords
rest, restful, api, flask, swagger, openapi, flask-restplus
License
GPL-3.0
Install
pip install hejtado-quido==0.2.6

Documentation

Hejtado Quido Microservice

This microservice provides an interface to the hardware box called Quido, which is able to handle power state of the Boiler. Alsi it has connected thermometer for Boiler temperature checking.

Installation

tar xvfz hejtado-quido-<version>.tar.gz
cd hejtado-quido-<version>
python setup.py install

Start Hejtado

hejtado-quido

By default it starts on localhost, port 5001, so you can consume the API on URL:

http://127.0.0.1:5001/api/v1

You can modify the default setting in settings.py file. Later I will add the support for environment variables instead of settings.py.