-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitignore to exclude local files and dist directory; clean up…
… README.md header
- Loading branch information
1 parent
e453d52
commit ffade59
Showing
2 changed files
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules/ | |
data/ | ||
*.sqlite | ||
kv.sqlite-* | ||
*.local | ||
*.local | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |