https://github.com/dalbodeule/tracemoe-helper
https://github.com/dalbodeule/tracemoe-helper
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalbodeule/tracemoe-helper
- Owner: dalbodeule
- License: mit
- Created: 2018-10-22T12:36:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T18:23:52.000Z (about 7 years ago)
- Last Synced: 2025-06-28T01:41:43.439Z (8 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ko.MD
- License: LICENSE
Awesome Lists containing this project
README
# tracemoe-helper
[](https://badge.fury.io/js/tracemoe-helper)
[](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로 서비스 이름과 주소를 바꾸면서 모듈도 함께 업데이트됬습니다. 이전 모듈을 사용중이신 분께서는 이 모듈을 받아주시기 바랍니다. 이전 모듈은 업데이트가 중단됩니다.