๐Ÿ“ฆ rparrett / wwd-actix

Weather dashboard with rust, actix-web, and dark sky

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/rparrett/wwd-actix.git
HTTPS git clone https://github.com/rparrett/wwd-actix.git
SSH git clone git@github.com:rparrett/wwd-actix.git
CLI gh repo clone rparrett/wwd-actix
Rob Parrett Rob Parrett Update to latest dev version of darksky.rs 9425b4f 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ src
๐Ÿ“ static
๐Ÿ“ templates
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Weekend Weather Dashboard

Polls Dark Sky for weather data for upcoming weekend days and serves that data up with actix-web 1.0.

Demo

A demo might be running at http://az-climbate.robparrett.com

Previous incarnations

Here's the old version that was buitl with Iron.