The Wayback Machine - https://web.archive.org/web/20201105060101/https://github.com/iCrawl/kaori
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Kaori

Your friendly neighbourhood violinist bringing you the best booru images

NPM version NPM downloads Dependencies

NPM info

Features

  • Supports searching up to 11 boorus

Install

yarn add 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

You can’t perform that action at this time.