alcremie
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Alcremie is a package full of images related to waifus, but remember that I'm the only one working on it, and I choose images that will be added. Use it for your Discord Bot, your own consumption or whatever :3

Application/Demo

Take a look at this package working in my gallery OwO

Alcremie App

Installation

npm install alcremie

Example(s)

NodeJS:

// Alcremie //
const alcremie = require('alcremie');

async function yourFunctionName() {
  // Get a random Image //
  console.log('Random Image: ' + (await alcremie.random()));

  // Fetch Image  //
  console.log('Data:' + (await alcremie.image()));

  // Fetch 100 images //
  console.log('Data:' + (await alcremie.image({ limit: 100 })));

  // Get Status //
  console.log('Status:' + (await alcremie.status()));
}

// Call your Function! //
yourFunctionName();

Sources

All the images have no specific place where they came from, twitter, any booru, nhentai, etc.

Disclaimer

I am not the creator of any images, if there is an image that is considered extremely inappropriate or just needs to be removed in general, please send me the URL of the image and I will remove it as soon as possible :)

Package Sidebar

Install

npm i alcremie

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

24.2 kB

Total Files

26

Last publish

Collaborators

  • shidoni