0.0.10 • Published 6 months ago

@gregoranders/jhu-covid19 v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

@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

GitHubCoveralls
Release Buildnpm
Master BuildMaster CoverageMaster Version
Development BuildTest CoverageDevelopment 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
0.0.10

6 months ago

0.0.9

1 year ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago