Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jeyemwey/train-ics-converter
- Owner: jeyemwey
- Created: 2021-10-20T08:59:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T10:16:20.000Z (about 1 year ago)
- Last Synced: 2023-08-27T11:34:14.725Z (about 1 year ago)
- Topics: db-rest, hafas-client, nodejs
- Language: TypeScript
- Homepage: https://train-ics.ipv4.rocks/
- Size: 2.48 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.