https://github.com/sawa-ko/themes.moe-wrapper
themes.moe api wrapper.
https://github.com/sawa-ko/themes.moe-wrapper
Last synced: 5 months ago
JSON representation
themes.moe api wrapper.
- Host: GitHub
- URL: https://github.com/sawa-ko/themes.moe-wrapper
- Owner: sawa-ko
- Created: 2021-05-17T06:00:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T20:45:53.000Z (about 3 years ago)
- Last Synced: 2025-02-15T04:45:35.874Z (5 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Themes.moe API Wrapper
This package helps to use the [themes.moe](https://themes.moe/) api in a simple way. Any bugs make their respective `issue` in the original repository.
## Installation
`npm i @kaname-png/themes.moe`
`yarn add @kaname-png/themes.moe`## How to use
```ts
import { ThemesSearch } from '@kaname-png/themes.moe';
const Search = new ThemeSearch();
const result = search.animeSearch('Anime title');
```