1.0.0 • Published 3 years ago

random-hub v1.0.0

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

Random Hub

Get a random nsfw (hentai, real ...) .gif url

Intallation ?

  • In the browser
<script type="text/javascript" src="./random-hub.js"></script>
  • NPM
npm i random-hub

How to use ?

  • In browser
const hub = new RandomHub();
console.log(hub.getRandomHub());
  • In node.js
const RandomHub = require('random-hub').RandomHub;
const hub = new RandomHub();
console.log(hub.getRandomHub())