Skip to content

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

Notifications You must be signed in to change notification settings

jeyemwey/train-ics-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks