https://github.com/mohemohe/remoweb
Web client for Nature Remo
https://github.com/mohemohe/remoweb
nature-remo
Last synced: 5 months ago
JSON representation
Web client for Nature Remo
- Host: GitHub
- URL: https://github.com/mohemohe/remoweb
- Owner: mohemohe
- Created: 2022-08-19T20:29:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T19:52:56.000Z (over 1 year ago)
- Last Synced: 2025-05-12T21:06:06.756Z (5 months ago)
- Topics: nature-remo
- Language: TypeScript
- Homepage: https://remo.mohemohe.jp/
- Size: 216 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemoWeb
[](https://i.imgur.com/7l6VY3p.png)
Web client for Nature Remo
## 開発
- Node.js 16.x以上
- yarn 1.xが必要です。
```sh
yarn
yarn watch:nature
```NatureのAPIはレートリミットが厳しいので、取得系のみmockして緩和できます。
```sh
ACCESS_TOKEN=XXXXXXXXXXXXXX yarn fetchMock
yarn startMockProxy
``````sh
yarn watch
```