1.0.2 • Published 3 years ago

@mattplays/randomcat.js v1.0.2

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

randomcat.js

randomcat.js utilizes the randomcat API

Installation

npm i @mattplays/randomcat.js

Usage

Javascript

const randomcat = require("@mattplays/randomcat.js");
randomcat().then(({file}) => {
    console.log(file);
});

Typescript

import randomcat from "@mattplays/randomcat.js"
randomcat().then(({file}) => {
    console.log(file);
});

License

randomcat.js is Licensed under the MIT License

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago