Skip to content

EXtremeExploit/random.dog.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published