Skip to content

jirenmaa/incov-19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incov-19 API

Is an API built-in using fastApi for my website incov-19.

Installation

Clone this repository

https://github.com/jirenmaa/incov-19-api.git

Navigate to project folder

cd incov-19-api

Install requirements using python pip

pip install -r requirements.txt

Local Usage

uvicorn main:app --reload

Navigate to http://localhost:8000 to use the API.

Endpoint Name url
medicalnewstoday /medicalnewstoday
msn /msn
9news /9news

It will take some time to scrape the site, so take it easy.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to test your changes before making a pull request.

License

MIT

Releases

No releases published

Packages

No packages published

Languages