diff --git a/.gitignore b/.gitignore index 0287164..8cb06ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ data/ *.sqlite kv.sqlite-* -*.local \ No newline at end of file +*.local +dist \ No newline at end of file diff --git a/README.md b/README.md index 0762ae9..fd95f0b 100644 --- a/README.md +++ b/README.md @@ -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