Skip to content

Commit

Permalink
Update .gitignore to exclude local files and dist directory; clean up…
Browse files Browse the repository at this point in the history
… README.md header
  • Loading branch information
bluescorpian committed Feb 5, 2025
1 parent e453d52 commit ffade59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
data/
*.sqlite
kv.sqlite-*
*.local
*.local
dist
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Project Requirements

## Backend

- [x] extract data from site every 30s and store in db
- [x] ability to download data in db as csv
- [x] when tracking multiple stations only extract one at time, round robin style, to avoid hiting deno ratelimit

## Frontend

- [x] Select stations (input, seperated by comma)
- [x] download selected stations wind data
- [ ] authentication system, password
- [ ] view selected stations history online
# wind2speed-tracker

0 comments on commit ffade59

Please sign in to comment.