Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T14:32:38.000Z (about 1 month ago)
- Last Synced: 2024-10-07T19:28:36.432Z (about 1 month 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.63 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
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
- Packages listed in [`requirements.txt`](requirements.txt)## Development
To develop this project, install the required packages and run the server with the following commands:
```bash
pip install -r requirements-dev.txt
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)