1.0.6 • Published 7 months ago

alcremie v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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 :)

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago