HerrLevin / train-ics-converter

Create calendar events from train schedules. Each leg is its own ical event!

Home Page:https://train-ics.ipv4.rocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train-ics-converter

Start backend: npm install && npm run dev from the root folder of the git.

Start frontend: cd client && npm install && npm run start.

For local development, change client/src/constants.ts to:

export const BACKEND_URL = "http://localhost:8080/";

Contribute

Issues and code contributions are welcome. For bug reports or feature requests, please create an issue. Please check out the /issues tab to see if your issue is already documented.

About

Create calendar events from train schedules. Each leg is its own ical event!

https://train-ics.ipv4.rocks/


Languages

Language:TypeScript 94.2%Language:HTML 3.0%Language:Dockerfile 1.5%Language:SCSS 1.3%