Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evan-moon/zarbis
날씨, 미세먼지 정보 등 내가 원하는 정보를 보여주는 나만의 대시보드
https://github.com/evan-moon/zarbis
dashboard react typescript weather
Last synced: 2 months ago
JSON representation
날씨, 미세먼지 정보 등 내가 원하는 정보를 보여주는 나만의 대시보드
- Host: GitHub
- URL: https://github.com/evan-moon/zarbis
- Owner: evan-moon
- Created: 2020-01-01T04:49:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:59:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:42:19.797Z (9 months ago)
- Topics: dashboard, react, typescript, weather
- Language: TypeScript
- Homepage: https://evan-moon.github.io/zarbis/
- Size: 19.3 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zarbis
![img](./thumb.png)
내가 쓰고 싶어서 만드는, 매일 켜놓고 살 수 있는 대시보드 어플리케이션
- 시간
- 현재 위치 기반 날씨 정보
- 현재 위치 기반 미세먼지 정보## Installation
```bash
git clone https://github.com/evan-moon/zarbis.git
cd zarbis
yarn
``````bash
yarn dev # 개발용 서버yarn build # 빌드
yarn start # Express on
```