Skip to content

TheDogHusky/nekoparagifs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published