1.0.1 • Published 3 years ago

@mattplays/randomfox.js v1.0.1

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

randomfox.js

randomfox.js utilizes the randomfox API

Installation

npm i @mattplays/randomfox.js

Usage

Javascript

const randomfox = require("@mattplays/randomfox.js");
randomfox().then(({image, link}) => {
    console.log(image, link);
});

Typescript

import randomfox from "@mattplays/randomfox.js";
randomfox().then(({image, link}) => {
    console.log(image, link);
});

License

randomfox.js is Licensed under the MIT License

1.0.1

3 years ago

1.0.0

3 years ago