mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2025-10-28 17:20:23 +00:00
Init commit, README and license
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
rss.xml
|
||||
21
LICENSE.txt
Normal file
21
LICENSE.txt
Normal file
@@ -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.
|
||||
28
README.md
Normal file
28
README.md
Normal file
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user