DennisSnijder / node-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NovelCovid

View information on the Coronavirus outbreak around the world.

Support Build Languages
Version Size Downloads
Issues Pull Request LICENSE


Installation

Npm:

npm i novelcovid

Yarn:

yarn add novelcovid

Usage

JavaScript:

const { NovelCovid } = require('novelcovid');

const track = new NovelCovid();

TypeScript:

import { NovelCovid } from 'novelcovid';

const track = new NovelCovid();

Methods

All

.all();

Countries

.countries(); // for ALL.
.countries('country name'); // For Specific Country
.countries(null, 'sort by'); // For Sorting

States

.states(); // For ALL states
.states('state name'); //  For specfic State

Historical

.historical(); // For ALL
.historical(null, 'country name'); // Specific Country
.historical(null, 'country name', 'province name'); // Specific Country and Province
.historical(true); // All cases and deaths

Jhucsse

.jhucsse();

Thanks!

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%