Covid Facts NPM Library


  • Fact will appear here


  • Installation

    This package is distributed via npm:

    npm install covid-facts
    

    Usage

    const facts = require('covid-facts');
    const allFacts = facts.all;
    const randomFact = facts.random();
    const fourFacts = facts.some(4);
    

    Other

    This library was developed by phirmware.

    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.