Package detail

kaori

iCrawl66MIT2.0.6

Your friendly neighbourhood violinist bringing you the best booru images

booru, danbooru, konachan, yandere

readme

Kaori

Your friendly neighbourhood violinist bringing you the best booru images

NPM version NPM downloads

Features

  • Supports searching up to 11 boorus

Install

npm i kaori

Usage

Normal usage:

import { search } from 'kaori';

const images = await search('danbooru', { tags: ['cat'], limit: 1, random: true });
images.map((image) => {
    console.log(image.fileURL);
});

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Kaori © iCrawl, Released under the MIT License.
Authored and maintained by iCrawl.

GitHub @iCrawl · Twitter @iCrawlToGo

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.6 (2021-10-20)

Bug Fixes

  • main/module/typings export (dd9ac9b)

2.0.5 (2021-10-20)

Bug Fixes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.