Skip to content

Commit ffade59

Browse files
committed
Update .gitignore to exclude local files and dist directory; clean up README.md header
1 parent e453d52 commit ffade59

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
data/
33
*.sqlite
44
kv.sqlite-*
5-
*.local
5+
*.local
6+
dist

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# Project Requirements
2-
3-
## Backend
4-
5-
- [x] extract data from site every 30s and store in db
6-
- [x] ability to download data in db as csv
7-
- [x] when tracking multiple stations only extract one at time, round robin style, to avoid hiting deno ratelimit
8-
9-
## Frontend
10-
11-
- [x] Select stations (input, seperated by comma)
12-
- [x] download selected stations wind data
13-
- [ ] authentication system, password
14-
- [ ] view selected stations history online
1+
# wind2speed-tracker

0 commit comments

Comments
 (0)