1.0.3 • Published 2 years ago

@lv00/konachan-client v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Konachan-client

Konachan-client is a library to help you to use the Konachan api.

Install

npm install --save @lv00/Konachan-client

Usage

import { find, getById, getByUrl } from '@lv00/Konachan-client';

// They all return a promise so be sure to use 'then' or 'Async/await'

getByUrl('https://konachan.net/post/show/240955/building-city-migataseizixyu-night-original-planet');

getById(240955);

find(['original', 'silhouette', 'building', 'night', 'city']);
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago