Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)