{"id":18086550,"url":"https://github.com/jugshaurya/covid19app","last_synced_at":"2026-04-10T15:03:25.300Z","repository":{"id":39163941,"uuid":"254547484","full_name":"jugshaurya/covid19app","owner":"jugshaurya","description":"Covid19 App - Microsoft Bing Covid19 Visualizer","archived":false,"fork":false,"pushed_at":"2023-01-05T18:54:08.000Z","size":37616,"stargazers_count":2,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T06:58:21.036Z","etag":null,"topics":["express","geojson","javascript","json","mapbox-gl-js","node","react"],"latest_commit_sha":null,"homepage":"https://covid19shau.now.sh/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jugshaurya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-10T04:58:47.000Z","updated_at":"2020-06-17T08:17:09.000Z","dependencies_parsed_at":"2023-02-04T11:15:48.680Z","dependency_job_id":null,"html_url":"https://github.com/jugshaurya/covid19app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2Fcovid19app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2Fcovid19app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2Fcovid19app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2Fcovid19app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jugshaurya","download_url":"https://codeload.github.com/jugshaurya/covid19app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419815,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","geojson","javascript","json","mapbox-gl-js","node","react"],"created_at":"2024-10-31T16:08:27.131Z","updated_at":"2025-12-30T21:26:13.247Z","avatar_url":"https://github.com/jugshaurya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :octocat: Covid19 App - Microsoft Bing Covid19 Visualizer 🌍\n\n[visit](https://covid19shau.now.sh/)\n\n\u003cimg src=\"https://img.shields.io/badge/made%20with-react-cyan.svg\" alt=\"made with react\"\u003e \u003cimg src=\"https://img.shields.io/badge/made%20with-scss-pink.svg\" alt=\"made with scss\"\u003e \u003cimg src=\"https://img.shields.io/badge/made%20with-mapbox-red.svg\" alt=\"made with mapbox\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/made%20with-geojson-violet.svg\" alt=\"made with geojson\"\u003e \u003cimg src=\"https://img.shields.io/badge/made%20with-express-yellow.svg\" alt=\"made with express\"\u003e \u003cimg src=\"https://img.shields.io/github/last-commit/jugshaurya/covid19app\" alt=\"last-commit\"\u003e \u003cimg src=\"https://img.shields.io/github/languages/code-size/jugshaurya/covid19app\" alt=\"code-size\"\u003e\n\n### Peek a boo!😍\n\n![](app.gif)\n![](app2.gif)\n\n### Steps:-\n\n- [x] **0.** What we are making - https://bing.com/covid\n- [x] **1.** Fetch the json data using from https://bing.com/covid/data\n  - [x] get countrywise,statewise,citywise data\n  - [x] and corresponding geojson data using **geojson** library\n- [x] **2.** Setup map and display it on the screen. ([Use Mapbox GL JS in a React app](https://docs.mapbox.com/help/tutorials/use-mapbox-gl-js-with-react/?utm_medium=sem\u0026utm_source=google\u0026utm_campaign=sem|google|brand|chko-googlesearch-pr01-dynamicsearchcampaign-nb.broad-all-landingpage-search\u0026utm_term=brand\u0026utm_content=chko-googlesearch-pr01-dynamicsearchcampaign-nb.broad-all-landingpage-search\u0026gclid=Cj0KCQjwm9D0BRCMARIsAIfvfIbbxayVpjs6UK_am7YHfNIfbZdVXUZPrdVhnMXJsn9MY3FUHG7MgwMaAnGUEALw_wcB)\n      )\n\n  - [x] Get a reference to map container\n  - [x] create map using new new mapboxgl.Map()\n  - [x] add styles(mapbox://styles/mapbox/streets-v11)\n  - [x] add default lat,long,zoom - used indias(lat: \"22.4034\", lng: \"80.6\", zoom: \"3.2\")\n  - [x] Add map Controllers for zoomin zoom out and geolocation as well -[x] map move listeners\n\n- [x] **3.** [Jump in Map](https://docs.mapbox.com/mapbox-gl-js/example/jump-to/) Render cities on left panel and add onclick listener to jump to that country in map.\n\n- [x] **4.** Add layers on map load, popup on map load, toggle layers.\n  - [x] [Toggle Layers](https://docs.mapbox.com/mapbox-gl-js/example/toggle-layers/)\n  - [x] [Mapbox-popup](https://docs.mapbox.com/mapbox-gl-js/example/popup-on-hover/)\n\n### Resource-\n\n- [Mapbox-gl](https://docs.mapbox.com/help/how-mapbox-works/web-apps)\n\n### What you need\n\n- A text editor. Use the text editor of your choice for writing HTML, CSS, and JavaScript.\n- A Mapbox access token. Your Mapbox access tokens are on your Account page.\n- Node.js and npm. To run the commands necessary to run your React app locally, install Node.js and npm.\n- Working familiarity with React.\n- Mapbox GL JS. Mapbox GL JS is a JavaScript library used for building web maps.\n\n### Wanna Contribute\n\n```\ngit clone ${url}\ncd server \u0026\u0026 npm start - to run server\nyarn start - to run frontend\nmake changes\nsend PRs\nGet them merge into the codebase✌✌✌\n```\n\n### server and frontend on now.sh\n\n```\nhttps://covid19shau.now.sh/\nhttps://covid19-server-iota.now.sh/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugshaurya%2Fcovid19app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjugshaurya%2Fcovid19app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugshaurya%2Fcovid19app/lists"}