1.0.1 • Published 3 years ago

shibe-online.js v1.0.1

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

shibe-online.js

shibe-online.js utilizes the shibe-online API to return pictures of dogs, cats and birds

Installation

npm i shibe-online.js

Usage

Javascript

const {GetShibe, GetCat, GetBird} = require("shibe-online.js");
GetShibe(1).then(console.log);
GetCat(1).then(console.log);
GetBird(1).then(console.log);

Typescript

import {GetShibe, GetCat, GetBird} from "shibe-online.js";
GetShibe(1).then(console.log);
GetCat(1).then(console.log);
GetBird(1).then(console.log);

License

shibe-online.js is Licensed under the MIT License

1.0.1

3 years ago

1.0.0

3 years ago