random.dog.js

1.0.2 • Public • Published

NPM version NPM downloads Build status

About

random.dog.js is a node.js module that allows you to interact with the random.dog API very easily.

  • Predictable abstractions

Installation

npm install random.dog.js --save

Example usage

const randomDog = require('random.dog.js');
const randomDogApi = randomDog.api();

randomDogApi.getDog().then((dog) => console.log(dog.url))

Readme

Keywords

Package Sidebar

Install

npm i random.dog.js

Weekly Downloads

0

Version

1.0.2

License

ISC

Last publish

Collaborators

  • extremeexploit