Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/iCrawl/kaori

๐ŸŽป Your friendly neighbourhood violinist bringing you the best booru images
https://github.com/iCrawl/kaori

booru danbooru gelbooru json kaori nodejs promises xml

Last synced: about 2 months ago
JSON representation

๐ŸŽป Your friendly neighbourhood violinist bringing you the best booru images

Lists

README

        

# Kaori

> Your friendly neighbourhood violinist bringing you the best booru images


NPM version
NPM downloads

## Features

- Supports searching up to 11 boorus

## Install

```bash
npm i kaori
```

## Usage

#### Normal usage:

```js
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](https://github.com/iCrawl), Released under the [MIT](https://github.com/iCrawl/kaori/blob/master/LICENSE) License.
Authored and maintained by iCrawl.

> GitHub [@iCrawl](https://github.com/iCrawl) ยท Twitter [@iCrawlToGo](https://twitter.com/iCrawlToGo)