Kaori
Your friendly neighbourhood violinist bringing you the best booru images
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
Kaori © iCrawl, Released under the MIT License.
Authored and maintained by iCrawl.
GitHub @iCrawl · Twitter @iCrawlToGo