ccozens / rust_cli_weather_app

Rust weather app following Youtube tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Weather Forecast Command-Line App in Rust

I'm new to rust and decided to gain familiarity using some tutorials, rather than my usual approach of exhaustively taking notes on things. I've chosen (Building a Weather Forecast Command-Line App in Rust](https://www.youtube.com/watch?v=jMmDpR8mask] by Tim McNamara after hearing hom on syntax.fm.

Plan

  1. create CLI
  2. make HTTP request and parse data
  3. display data

New rust app

cargo new <app_name>

Docs for crates used:

Final output

cargo run -> a bunch of debug messages from unused variables and then 10.37 "overcast clouds"

About

Rust weather app following Youtube tutorial


Languages

Language:Rust 100.0%