LeonXu260 / covid-server

COVID server is a server that fetches data from the specific third party API interface that provide the data and store them to the desire database.

Home Page:https://covid-19-api-server.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-server

COVID server is a server that fetches data from the specific API interface that provide those data and store them to your desire database.

Visuals

Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.

Installation

Clone or download this repository locally and then use the package manager npm to install the package.json

npm i

Usage

The server currently fetches the data from the third-party api interfaces, display and stores them to the database. But I am implementing ways for the server to fetch the data and store to the database first, then display those data.

Support

Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.

Roadmap

  • Currently, working on storing the data from the fetched endpoints to the database and display them to those api endpoints.
  • In the future, this server will use a package Node Scheduler to fetch the data from the third party endpoints and store them in the database.

Contributing

State if you are open to contributions and what your requirements are for accepting them.

For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.

You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.

Authors and acknowledgment

Special thanks to those Third-party API interface providers:

License

For open source projects, say how it is licensed.

Project status

This project is currently under development.

About

COVID server is a server that fetches data from the specific third party API interface that provide the data and store them to the desire database.

https://covid-19-api-server.herokuapp.com/


Languages

Language:JavaScript 65.8%Language:CSS 19.5%Language:HTML 14.7%