Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplify API

API Made with flask that parse given article url into JSON.

Setup Enviroment

$ python --version
* Python 3.8.0

$ python -m pip install -r requirements.txt
* Finished

$ export FLASK_ENV=Development
$ export FLASK_APP=app.py
$ export DEBUG=1
$ export MASTER_KEY=FLASK_SECRET_KEY
$ export MASTER_USER=FLASK_SECRET_USERNAME
$ export MASTER_PASSWORD=FLASK_SECRET_PASSWORD
* Finished

$ flask run
* Running on http://0.0.0.0:5000/

Routes

Frontend

About

API Made in flask to parse an article and provide an usable json

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages