Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sawa-ko/themes.moe-wrapper
themes.moe api wrapper.
https://github.com/sawa-ko/themes.moe-wrapper
Last synced: 7 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T20:45:53.000Z (over 2 years ago)
- Last Synced: 2024-12-23T21:54:23.786Z (12 days 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');
```