lemonyte / ferry-planner

BC Ferries sailing planner.
https://ferryplanner.ca
MIT License
3 stars 0 forks source link
bc-ferries css d3 fastapi ferry-schedules html javascript planner python schedule-planner w3css website

Ferry Planner

This website is a tool that calculates possible routes between two destinations with BC Ferries sailings.

Requirements

Development

To develop this project, install the required packages and run the server with the following commands:

pip install -r requirements-dev.txt
pip install -e .
uvicorn ferry_planner.server:app --reload

Navigate to http://localhost:8000 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