An open API service indexing awesome lists of open source software.

https://github.com/zemse/isi-statistics-covid-assignment


https://github.com/zemse/isi-statistics-covid-assignment

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# isi-statistics-covid-assignment

This code generates dataset required for Assignment 1 Question 7.

## Set up

1. `git clone `
2. `cd isi-statistics-covid-assignment`
3. `npm install` or `yarn install`

## Collect data

1. Open `collect-data.ts` and change values of `STATE` and `DISTRICT` to yours.
2. Run `npx ts-node collect-data.ts`

This should generate a csv file in this directory.