Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gregoranders/jhu-covid19

gregoranders84MIT0.0.10TypeScript support: included

Provides access to the data published at the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University

api-documenter, api-extractor, covid19, jhu, csse, jest, typescript

readme

@gregoranders/jhu-covid19

Provides access to the data published at the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University

API Docs

License Issues Code maintainability Code issues Code Technical Debt

types node

Main Language Languages Code Size Repository Size

Requires fetch

Features

GitHub Coveralls
Release Build | npm
Master Build Master Coverage Master Version
Development Build Test Coverage Development Version

Example

npm install @gregoranders/jhu-covid19
import fetch from 'node-fetch';
import Provider from '@gregoranders/jhu-covid19';

const main = async () => {
  const provider = new Provider(fetch);
  const model = await provider.get();

  console.log(model);
};

main();

Clone repository

git clone https://github.com/gregoranders/ts-jhu-covid19

Install dependencies

npm install

Build

npm run build

Testing

Test using Jest

npm test

Code Climate Checks docker required

npm run codeclimate

Clear

npm run clear

changelog

0.0.10 (2023-10-28)

0.0.8 (2020-06-28)

Build System / Dependencies
Chores
Documentation Changes
New Features
  • code quality: refactor eslint integration (7ee9829c)
Bug Fixes
  • fetch: add fetch abstraction layer (9c2492aa)
  • eslint: fix eslint integration (2ce1134a)
  • vscode: fix version lense plugin (00607411)
Other Changes
  • bump @microsoft/api-documenter from 7.8.14 to 7.8.17 (900c9a84)
  • bump @microsoft/api-extractor from 7.8.12 to 7.8.15 (3a0d047b)
  • bump @types/jest from 26.0.0 to 26.0.3 (eec03085)
  • bump @microsoft/api-extractor from 7.8.12 to 7.8.14 (71aeeb55)
  • bump @types/node from 14.0.13 to 14.0.14 (ca86bea8)
  • bump jest from 26.0.1 to 26.1.0 (00e71dd1)
  • bump jest-cli from 26.0.1 to 26.1.0 (b1573485)
  • bump @typescript-eslint/eslint-plugin from 3.3.0 to 3.4.0 (5bc4823a)
  • bump @typescript-eslint/parser from 3.3.0 to 3.4.0 (47f3d172)
  • bump eslint from 7.3.0 to 7.3.1 (8f34d047)
  • bump jest-junit from 11.0.0 to 11.0.1 (ce4fcde2)
  • bump ts-jest from 26.1.0 to 26.1.1 (435893b4)
  • bump @microsoft/api-documenter from 7.8.13 to 7.8.14 (75c7c6a6)
  • bump jest-junit from 10.0.0 to 11.0.0 (d9ced382)
  • bump lint-staged from 10.2.10 to 10.2.11 (660d9f1f)
  • bump jest-spec-reporter from 1.0.13 to 1.0.14 (6b72f948)
  • bump @microsoft/api-documenter from 7.8.12 to 7.8.13 (fedfbecf)
  • bump @typescript-eslint/parser from 3.2.0 to 3.3.0 (b793ecd4)
  • bump @typescript-eslint/eslint-plugin from 3.2.0 to 3.3.0 (1f5cc55b)
  • bump @microsoft/api-extractor from 7.8.11 to 7.8.12 (477f17fc)
  • bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (f3c903cd)
Refactors

0.0.7 (2020-06-20)

Build System / Dependencies
Chores
Documentation Changes
New Features
  • code quality: refactor eslint integration (7ee9829c)
Bug Fixes
  • fetch: add fetch abstraction layer (9c2492aa)
  • eslint: fix eslint integration (2ce1134a)
  • vscode: fix version lense plugin (00607411)
Other Changes
  • bump lint-staged from 10.2.10 to 10.2.11 (660d9f1f)
  • bump jest-spec-reporter from 1.0.13 to 1.0.14 (6b72f948)
  • bump @microsoft/api-documenter from 7.8.12 to 7.8.13 (fedfbecf)
  • bump @typescript-eslint/parser from 3.2.0 to 3.3.0 (b793ecd4)
  • bump @typescript-eslint/eslint-plugin from 3.2.0 to 3.3.0 (1f5cc55b)
  • bump @microsoft/api-extractor from 7.8.11 to 7.8.12 (477f17fc)
  • bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (f3c903cd)
Refactors
  • package: remove release tasks (6803a0eb)

0.0.6 (2020-06-14)

Build System / Dependencies
  • dependencies: update @gregoranders/csv (d5123a07)
Documentation Changes

0.0.5 (2020-06-14)

Chores
  • release: prepare next release (8947c671)
Documentation Changes
Bug Fixes

0.0.4 (2020-06-14)

Chores
  • release: prepare next release (2c6f21fb)
Bug Fixes
Refactors

0.0.3 (2020-06-14)

Bug Fixes
  • README: fix install example (94dd3a7f)

0.0.2 (2020-06-14)

Chores
  • release: prepare next release (a87742e0)
Bug Fixes
Other Changes

0.0.1 (2020-06-14)

Chores
Documentation Changes