@lv00/konachan-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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']);

Readme

Keywords

Package Sidebar

Install

npm i @lv00/konachan-client

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

7.15 kB

Total Files

6

Last publish

Collaborators

  • b.welsch