covid-facts
v1.0.1
Published
Get Random COVID-19 Facts
Downloads
20
Readme
COVID-19 FACTS AND TIPS
Get Facts And Tips About The COVID19 Pandemic.
Installation
This package is distributed via npm:
npm install covid-facts
Usage
var facts = require('covid-facts');
var allFacts = facts.all;
var randomFact = facts.random();
Other
This library was developed by phirmware.
You can view my portfolio @ portfolio and contact me through any medium here contacts.
Project Setup
This project assumes you have NodeJS v10 or greater installed. You should also have npm v3 or greater installed as well (this comes packaged with Node 10). You'll also need a recent version of git installed as well.