mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2025-10-28 09:10:24 +00:00
main
Miljøbilen RSS
Generates RSS file for next pick up date & time for Miljøbilen from FolloRen webpage.
Usage
node src/node.js 'pentagon' 2
Complete list of commands:
usage: node src/run.js <name> [<look-ahead>] [-p] [-h | --help]
These are the available arguments:
name Name of location to search for
look-ahead How many days in future to generate, defaults 2
print Prints results
help Prints this message
Features
Runs every day and checks for and updates RSS with next pickup date relative to current day.
TODO
Smaller tasks:
- Connect to Google bucket, SA, etc.
- Updates RSS generation
- Compare existing dates in RSS to fetched
- alert on failing urn
- handle rollover dates
Description
Languages
JavaScript
100%