nekoparagifs

0.1.31 • Public • Published


Discord Server npm version npm downloads

A package to get random NekoPARA GIFs.

Utilisation and Examples

To install it, run the following command:

npm i nekoparagifs

Code example:

const nekoparagifs = require('nekoparagifs');

// Let's initialize the Giffer!
const myGiffer = new nekoparagifs.Giffer();

// Now let's log and get some gifs!
(async () => {
    const hugGif = await myGiffer.getHug().then(result => result).catch(e => console.error(e));
    const patGif = await myGiffer.getPat().then(result => result).catch(e => console.error(e));
    const kissGif = await myGiffer.getKiss().then(result => result).catch(e => console.error(e));
    const cuddleGif = await myGiffer.getCuddle().then(result => result).catch(e => console.error(e));

    // Log them or do whatever you want with them!
    console.log(`HugGif: "${hugGif}"\nPatGif: "${patGif}"\nKissGif: "${kissGif}"\nCuddleGif: "${cuddleGif}"`)
})()

What's New?

In 0.1.31, we added memeGifs! Use them with:

Giffer.getMeme();

We added some new gifs!

Special thanks

Special thanks to B1rtek for giving me a lot of GIFs for the package!

Additionnal informations

If you find a bug or have a suggestion please open an Issue in the Github or send me an email! We are not responsible for what you do with the package! This package is under GNU General Public License 3.0

Package Sidebar

Install

npm i nekoparagifs

Weekly Downloads

0

Version

0.1.31

License

GNU-3.0

Unpacked Size

46.3 kB

Total Files

5

Last publish

Collaborators

  • classycrafter