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

https://github.com/dalbodeule/tracemoe-helper


https://github.com/dalbodeule/tracemoe-helper

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# tracemoe-helper
[![npm version](https://badge.fury.io/js/tracemoe-helper.svg)](https://badge.fury.io/js/tracemoe-helper)

[![NPM](https://nodei.co/npm/tracemoe-helper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/tracemoe-helper/)

### 완성 기능 목록

- [x] me
- [x] list
- [x] search
- [x] image preview
- [x] video preview

### 사용법

[trace.moe의 API Documention](https://soruly.github.io/trace.moe/#/)을 이용하여 볼 수 있습니다.

### 모듈 로드

#### javascript

```javascript
let TraceMoe = require('tracemoe-helper');
```

#### typescript

```typescript
import TraceMoe = require('tracemoe-helper');
```

### 예시

test.js 를 참고해주세요.

### 반환 데이터

[trace.moe API Doc](https://soruly.github.io/trace.moe/#/) 를 참고해주세요.

### Typescript

이 모듈은 버전 1.0.0부터 Typescript를 지원합니다.

## Migration

### to whatanimega-helper

whatanime.ga 서비스가 trace.moe로 서비스 이름과 주소를 바꾸면서 모듈도 함께 업데이트됬습니다. 이전 모듈을 사용중이신 분께서는 이 모듈을 받아주시기 바랍니다. 이전 모듈은 업데이트가 중단됩니다.