1.0.1 • Published 3 years ago

@mattplays/randomdog.js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

randomdog.js

randomdog.js utilizes the randomdog API

Installation

npm i @mattplays/randomdog.js

Usage

Javascript

const randomdog = require("@mattplays/randomdog.js")
randomdog().then(({fileSizeBytes, url}) => {
    console.log(fileSizeBytes, url);
})

Typescript

import randomdog from "@mattplays/randomdog.js"
randomdog().then(({fileSizeBytes, url}) => {
    console.log(fileSizeBytes, url);
})

License

randomdog.js is Licensed under the MIT License

1.0.1

3 years ago

1.0.0

3 years ago