1.0.3 • Published 4 years ago

cloud-facts v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Cloud Facts

A random collection of cloud facts. All rights go to their respective owners.

How to use:

npm i cloud-facts

const fact = require('cloud-facts');

// prints a random fact to the console
fact();

// prints the fact alone with it's info (source, and date that the fact was found on)
fact(1);

To do

  • Basic framework of package
  • take out console.log()
  • make a class instead of function?
  • include images
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago