0.1.31 • Published 2 years ago

nekoparagifs v0.1.31

Weekly downloads
-
License
GNU-3.0
Repository
github
Last release
2 years ago

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:
```js
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