0.3.6 • Published 9 years ago

ebola-outbreak v0.3.6

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Ebola Outbreak NPM Version wercker continuous integration testing npm dependencies

Powered by data obtained from the World Health Organization.

Install

npm install ebola-outbreak --save

Usage

var ebola = require('ebola-outbreak')

// Return all the confirmed cases
ebola.cases(function(err, cases){
  if (err) throw err
  console.log(cases)
})

// Return confirmed cases plus 5 projections:
ebola.project(5, function(err, projections){
  if (err) throw err
  console.log(projections)
})

// Return the latest growth rate:
ebola.rate(function(err, rate){
  if (err) throw err
  console.log(rate)
})

Todos

  • Add country specific data
  • Add different output types
0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago