Serhann / random-animals

its returns random animal for you xd

Home Page:https://www.npmjs.com/package/random-animals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Badge

Random Animals

Its an random animal module for nodejs

Example code

Its for a beautiful cat;

const randomAnimals = require('random-animals')

randomAnimals.cat().then(cat => console.log(cat));

result

Requirements

  • NodeJS >=8
  • npm (>=5)
  • Git

Installing

You can install with npm i -S random-animals for add your project, or you can install with npm i random-animals directly.

© 2018 Serhann

About

its returns random animal for you xd

https://www.npmjs.com/package/random-animals

License:MIT License


Languages

Language:JavaScript 100.0%