Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

...

shikimori

Modern ES6 Promise based API client for shikimori

📖 TSDocs

Version Version

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

About

Modern ES6 Promise based API client for shikimori.one (with typescript)

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages