https://github.com/lemonyte/ferry-planner
BC Ferries sailing planner.
https://github.com/lemonyte/ferry-planner
bc-ferries css d3 fastapi ferry-schedules html javascript planner python schedule-planner w3css website
Last synced: 6 months ago
JSON representation
BC Ferries sailing planner.
- Host: GitHub
- URL: https://github.com/lemonyte/ferry-planner
- Owner: lemonyte
- License: mit
- Created: 2021-09-06T00:12:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T07:49:48.000Z (8 months ago)
- Last Synced: 2025-02-19T08:31:12.080Z (8 months ago)
- Topics: bc-ferries, css, d3, fastapi, ferry-schedules, html, javascript, planner, python, schedule-planner, w3css, website
- Language: Python
- Homepage: https://ferryplanner.ca
- Size: 1.73 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Ferry Planner
This website is a tool that calculates possible routes between two destinations with [BC Ferries](https://bcferries.com) sailings.
## Requirements
- [Python 3.11](https://www.python.org/downloads/) or higher
## Development
To develop this project, install the required packages and run the server with the following commands:
```bash
pip install -e .
uvicorn ferry_planner.server:app --reload
```Navigate to to preview the website.
## Disclaimer
I am not liable for any data loss, damage, or any other consequences resulting from use of this software. Use at your own risk.
## License
[MIT License](license.txt)