Coronavirus COVID-19 Web App and RESTful API
Web Application
A few days ago I’ve created a single page web application about coronavirus COVID-19 info, it’s created with Vue.js and apply skeleton loading. The data are fetched from Rest API I created before :)
- Web App: covid19.budidev.com
- Repo: github.com/budimanfajarf/covid19
Restful API
Before I build the web app, I build this Rest API first with Node.js. It’s consume data from another API, I calculate source data then add new data like percent, total data, etc, the goal is to create a simple API :)
- Documentation: documenter.getpostman.com/view/11864120/T17DgUSe
- Repo: github.com/budimanfajarf/covid19-api
See all my dev/project 💻 :)