covid-facts

Get Random COVID-19 Facts

Usage no npm install needed!

<script type="module">
  import covidFacts from 'https://cdn.skypack.dev/covid-facts';
</script>

README

COVID-19 FACTS AND TIPS

travis build codecov coverage version downloads MIT License

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.

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.