A smart display for Toronto garbage collection schedules with real-time weather from Environment Canada.
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Add WebAssembly target
rustup target add wasm32-unknown-unknown
# Install Trunk
cargo install trunk# Clone the repository
git clone https://github.com/YOUR_USERNAME/my-bindicator.git
cd my-bindicator
# Run development server
trunk serve
# Open browser to http://localhost:8080Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
- Weather data provided by Environment Canada
- Inspired by original code from github.com/rsov/bindicator
Note: This app is designed for a Toronto's specific neighbourhood garbage collection schedule. Adjust the schedule logic for other neighbourhoods or municipalities.