livecovid.in-webapp
livecovid.in-webapp copied to clipboard
Web app for state-wise India Covid-19 tracker.
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
In order to use the slider user needs to scroll down and then scroll up again to see the data even with browser on full screen,It would be more convenient...
### How to add a new language? 1. Create a new issue with the language you are working on and assign it to yourself. 2. Check [this guide](https://github.com/anamritraj/livecovid.in-webapp#translation-in-new-languages)
The setup for this is already done. All we need to do is render a select dropdown somewhere on the page to change language based on the `/public/static/locales/languages.json` file. You...
- Use [this API](https://api.covid19india.org/updatelog/log.json) to filter the events for the day and show as a timeline on the homepage. - This would be a fixed height component which should not...
We can add a resources Tab with helpful resources data from [this](https://api.covid19india.org/resources/resources.json) API. - Show it in a tabular form with filters to look for specific categories like states, type...