commit c80840319ec4be195419114f64f942b6278c549c Author: Kevin Midboe Date: Mon May 13 20:40:22 2024 +0200 Init commit, README and license diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd67e5e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +rss.xml diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..8aa2645 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [year] [fullname] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c3ea18 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Miljøbilen RSS + +Generates RSS file for next pick up date & time for Miljøbilen from FolloRen webpage. + +Requires a location name to search for on website as input. + +## Features + +Runs every day and checks for and updates RSS with next pickup date relative to current day. + +## TODO + +This is such a shitshow. + +Smaller tasks: + - [ ] Connect to Google bucket, SA, etc. + - [ ] Updates RSS generation + +### Handle rollover of date list + +New years to start: 30.12 04.01 30.01 +End to new years: 21.12 31.12 03.01 14.01 + +Create function that takes a list of dates and creates +real date objects. It should include logic for look-ahead +to adress rollover. + +