Skip to content

asciidisco/awb2ics

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

awb2ics

Abfuhrkalender ICS Generator für Köln AWB

Da die Stadt Köln & die AWB Betriebe es seit Jahren nicht hinbekommen die Abfuhrtermine als ICS anzubieten, gibt es hier die inoffizielle Lösung.

Als gehostete Version: https://asciidisco.github.io/awb2ics/

Install

npm i abfuhrkalender-awb-koeln -g

CLI

  Usage: awb2ics <options> > my_cal.ics

  Options:

    -h, --help                            output usage information
    -s, --street <street_name>            Ihr Straßenname
    -p, --plz <zipcode>                   Ihre Postleitzahl
    -n, --bn <building_number>            Ihre Hausnummer
    -z, --hz <building_number_addition>   Ihr Hausnummernzusatz  
    -y, --year <year>                     Jahr der Abfuhrtermine

Programmatically

const awb2ics = require('abfuhrkalender-awb-koeln')
awb2ics(street_name, building_number, year, zipcode, building_number_addition, (err, data) => {})

Website

git clone git@github.com:asciidisco/awb2ics.git
npm run browser
open index.html 

About

Abfuhrkalender ICS Generator für AWB Köln

Resources

License

Stars

Watchers

Forks

Packages

No packages published