1.0.0 • Published 5 years ago

anifacts v1.0.0

Weekly downloads
-
License
GNU AGPLv3
Repository
github
Last release
5 years ago

INTRODUCTION

What's the project about? Facts generator is an NPM package that returns an amazing and suprising anime fact on a daily.

Installation

npm i facts-generator

Usage

Example

const fact = require("anifacts");

Then ...

const fetchFact = fact.getFact();

And finally,

console.log(fetchFact.fact + " - " + fetchFact.category);

License

This repository is licensed with GNU AGPLv3.0 License

Refer to CONTRIBUTING.md to get a better idea on this !

1.0.0

5 years ago