Sdaas / covid19-observable

Viewing COVID19 data for India using ObservableHQ.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid19

https://observablehq.com/@sdaas/covid19@576

View this notebook in your browser by running a web server in this folder. For example:

python -m SimpleHTTPServer

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@4
npm install https://api.observablehq.com/d/f7e476b75218e889.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@sdaas/covid19";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));

About

Viewing COVID19 data for India using ObservableHQ.com


Languages

Language:JavaScript 99.4%Language:HTML 0.6%