Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeyemwey/train-ics-converter

Create calendar events from train schedules. Each leg is its own ical event!
https://github.com/jeyemwey/train-ics-converter

db-rest hafas-client nodejs

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

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

## Contribute

Issues and code contributions are welcome.
For bug reports or feature requests, [please create an issue](https://github.com/jeyemwey/train-ics-converter/issues/new).
Please check out the [`/issues` tab](https://github.com/jeyemwey/train-ics-converter/issues) to see if your issue is already documented.