Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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');
```