1.1.2 • Published 5 months ago

shikimori v1.1.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 months ago
📖 TSDocs

Install 📦

# using npm
npm i shikimori
# using yarn
yarn add shikimori
# using pnpm
pnpm add shikimori

Usage 🔧

Check all available methods in 📖 Documentation.

import { API } from 'shikimori'; // ESM
// OR
const { API } = require('shikimori'); // CommonJS

// Create Shikimori API client, without auth 
const shikimori = new API();

shikimori.animes.get({
  search: 'восхождение в тени'
})
  .then(animes => animes.map(anime => `id: ${anime.id} | name: ${anime.name}`));

Thanks 🙏

PanSeek for help in creating types and interfaces for API

1.1.1

6 months ago

1.1.2

5 months ago

1.1.0

7 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.0

2 years ago

1.0.1

8 years ago