Get information about phone numbers stored in the Nomrebi.com database
See project at nomrebi.abgeo.dev.
Install dependencies using PIP:
pip install -r requirements.txt
APP_SETTINGS=config.DevelopmentConfig FLASK_APP=index.py FLASK_ENV=development flask run --port 5000
APP_SETTINGS=config.ProductionConfig waitress-serve --port=5000 app:app
Please see CHANGELOG for details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Temuri Takalandze - Initial work
Copyright © 2021 Temuri Takalandze.
Released under the MIT license.