Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evan-moon/zarbis

날씨, 미세먼지 정보 등 내가 원하는 정보를 보여주는 나만의 대시보드
https://github.com/evan-moon/zarbis

dashboard react typescript weather

Last synced: 2 months ago
JSON representation

날씨, 미세먼지 정보 등 내가 원하는 정보를 보여주는 나만의 대시보드

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
```