https://github.com/PiyushSuthar/Covid-19-Image-Api
An amazing API that sends COVID-19 stats in a beautiful image format.
https://github.com/PiyushSuthar/Covid-19-Image-Api
api coronavirus coronavirus-tracking covid-19 covid-19-api herokuapp image-api imageapi
Last synced: 5 months ago
JSON representation
An amazing API that sends COVID-19 stats in a beautiful image format.
- Host: GitHub
- URL: https://github.com/PiyushSuthar/Covid-19-Image-Api
- Owner: PiyushSuthar
- Created: 2020-06-12T08:11:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T18:15:01.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T07:51:25.519Z (5 months ago)
- Topics: api, coronavirus, coronavirus-tracking, covid-19, covid-19-api, herokuapp, image-api, imageapi
- Language: JavaScript
- Homepage: https://covid-img.herokuapp.com
- Size: 1.77 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-novelcovid - Covid19 Image Api
README
# Welcome to Covid Case Image Api 👋

[](#)
[](https://twitter.com/piyushsthr)
[](http://hits.dwyl.com/piyushsuthar/Covid-19-Image-Api)> An Api that provides covid-19 stats in a beautiful image format.
### 🏠 [Homepage](https://covid-img.herokuapp.com)
### ✨ [Demo](https://covid-img.herokuapp.com)
### Getting Complete Covid-19 Stats Worldwide
```
Get https://covid-img.herokuapp.com/
```

### Getting Latest Covid-19 Stats Worldwide
```
Get https://covid-img.herokuapp.com/latest
```
### Getting Covid-19 stats for a Specific Country.
```
Get https://covid-img.herokuapp.com/country/:countryName
```

### Getting Latest Covid-19 Stats for a specific country.
```
Get https://covid-img.herokuapp.com/latest/:countryName
```

## Install
> Install on your own machine!It requires 3 pakages,
1. Puppeteer
2. Node-Fetch
3. Express```sh
npm install
```## Usage
```sh
npm start
```## Author
👤 **Piyush Suthar**
* Website: https://piyushsuthar.codes
* Twitter: [@piyushsthr](https://twitter.com/piyushsthr)
* Github: [@piyushsuthar](https://github.com/piyushsuthar)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/PiyushSuthar/Covid-19-Image-Api/issues).
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_