Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakasyou/nakasyou-api
nakasyouのAPIです!!
https://github.com/nakasyou/nakasyou-api
Last synced: 3 days ago
JSON representation
nakasyouのAPIです!!
- Host: GitHub
- URL: https://github.com/nakasyou/nakasyou-api
- Owner: nakasyou
- License: mit
- Created: 2023-11-01T11:19:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T01:42:33.000Z (about 1 year ago)
- Last Synced: 2024-10-11T17:43:53.460Z (27 days ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nakasyou-api
nakasyouの14歳誕生日記念で、nakasyouのAPIです!!## Endpoint
https://nakasyou-api.deno.dev
## Usage
### プロフィール GET `/profile`
https://nakasyou-api.deno.dev/profileプロフィールを取得します。
### 機嫌 GET `/mood`
https://nakasyou-api.deno.dev/moodnakasyouの機嫌を取得します。
### 幸せか GET `/is-happy`
https://nakasyou-api.deno.dev/is-happynakasyouがいま幸せかを取得します。
### 睡眠時間 GET `/sleep-time/:date`
- Param: `date`: yyyy-mm-dd の形式で指定しますnakasyouの睡眠時間を取得します。
その日の寝た時間と起きた時間を取得できます。
睡眠時間は、その日の前日からその日の朝です。## Todo
- [ ] GraphQL対応
- [ ] 情報更新をもっとやりやすく