21 lines
197 B
Markdown
21 lines
197 B
Markdown
|
# Weather
|
||
|
|
||
|
To install dependencies:
|
||
|
|
||
|
```bash
|
||
|
bun install
|
||
|
```
|
||
|
|
||
|
To run:
|
||
|
|
||
|
```bash
|
||
|
bun run index.js
|
||
|
```
|
||
|
|
||
|
### TODO
|
||
|
|
||
|
- Lots, like
|
||
|
- background image from city camera
|
||
|
- API Integration
|
||
|
- meta junk
|