<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kumar Gaurav</title>
    <description>The latest articles on DEV Community by Kumar Gaurav (@kgrv).</description>
    <link>https://dev.to/kgrv</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F390282%2Fe9aac32a-bbb4-4f81-a707-a11ae999286b.jpeg</url>
      <title>DEV Community: Kumar Gaurav</title>
      <link>https://dev.to/kgrv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kgrv"/>
    <language>en</language>
    <item>
      <title>COVID19 India tracker:  Cases Nearby</title>
      <dc:creator>Kumar Gaurav</dc:creator>
      <pubDate>Thu, 21 May 2020 07:10:53 +0000</pubDate>
      <link>https://dev.to/kgrv/covid19-india-tracker-cases-nearby-5f2c</link>
      <guid>https://dev.to/kgrv/covid19-india-tracker-cases-nearby-5f2c</guid>
      <description>&lt;p&gt;Coronavirus(covid19) has surely brought different types of changes in everyone's life. It's been a fearful and sad environment for the past couple of months in India. Also, during this pandemic, people are so worried to step out of their houses even for work/jobs, etc. &lt;br&gt;
My college has been shut temporarily for the past 1.5 months now. I created this lite covid19: India case tracker to help the people with the information they might need to stay safe (like #active cases around them, zone restrictions in their districts, or nearest covid19 testing lab). The preview of the tool: &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7m1i31lchkujbdar2fr2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7m1i31lchkujbdar2fr2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
The cases are plotted on the district basis, which is more classified into different zones based on the coronavirus situation in the districts (Red/Orange/Green). To plot this data I have used Mapbox GLJS and the data sources (confirmed new cases, zones update are fetched from a crowdsourced database managed by covid19india.org), the testing lab data is updated from the twitter updates from the government.&lt;/p&gt;

&lt;p&gt;To make this process realtime, I deployed a flask app on Heroku which scrapes all the data from the web and makes it available with simple API get calls.&lt;/p&gt;

&lt;p&gt;I would like to thank Alex and Marena at the Mapbox team who made this awesome tool free for the next 6 months for my project to serve a greater cause.&lt;/p&gt;

&lt;p&gt;Link to my project: &lt;a href="http://projects.grv.codes/coronavirus" rel="noopener noreferrer"&gt;http://projects.grv.codes/coronavirus&lt;/a&gt;&lt;br&gt;
Link to covid19india: &lt;a href="https://www.covid19india.org/" rel="noopener noreferrer"&gt;https://www.covid19india.org/&lt;/a&gt;&lt;br&gt;
Link to Mapbox GLJS: &lt;a href="https://docs.mapbox.com/mapbox-gl-js/api/" rel="noopener noreferrer"&gt;https://docs.mapbox.com/mapbox-gl-js/api/&lt;/a&gt;&lt;br&gt;
Link to my GitHub repo for the flask app: &lt;a href="https://github.com/kgrv/covid19indiaupdates" rel="noopener noreferrer"&gt;https://github.com/kgrv/covid19indiaupdates&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>html</category>
      <category>javascript</category>
      <category>css</category>
    </item>
  </channel>
</rss>
