Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jan 21, 2023. It is now read-only.
/voebb-icalPublic archive

Create an ical feed for your berlin library account

License

NotificationsYou must be signed in to change notification settings

bitboxer/voebb-ical

Repository files navigation

Build Status

This project makes it possible to have an ical feed for your loans in theBerlin Library. Never again forget to return a book on time. The ical feed willhave two dates for each loan. One at the due date and one 3 days before.

The system needs to have your login credentials to access the voebb.de websitewith your account. To make it as safe as possible, you have to host it on yourown. Luckily with options like heroku you can do that for free with just a fewclicks.

Deploy

After you deployed it and configured the correct voebb credentials, you can addthe feed to your calender using the following url:http://[YOURAPPNAME].herokuapp.com/feed/[YOURSECURITYTOKEN]. The app name andthe security token are defined during the installation using the heroku buttonabove. After you deployed the app, go into the settings and click on "Reveal Config Vars"to get the generated token.

Run locally

To run the server locally you need to install node, npm and yarn. Afterthat follow these steps:

yarnexport VOEBB_ID=#USER_ID#export VOEBB_PASSWORD=#PASSWORD#export VOEBB_TOKEN=#TOKEN_FOR_URL#yarn start

TheUSER_ID is the number on your library card,PASSWORD your password andtheTOKEN_FOR_URL is used to create a secure URL that can't be guessed.

After you started it, you can get the ical feed with

curl localhost:4000/feed/#TOKEN_FOR_URL#

About

Create an ical feed for your berlin library account

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp