simkl-node
v0.2.3
Published
A Node.js wrapper for the [Simkl API](https://api.simkl.com).
Readme
simkl-node
A Node.js wrapper for the Simkl API.
Installation
npm install simkl-nodeUsage
import { Anime } from "simkl-node/anime";
const anime = new ANIME('YOUR_CLIENT_ID');
// Get the top anime series
const trends = await anime.trending();