Skip to content

fer-moreira/Simplify_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages