Skip to content

james-hathaway/rust_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To use: On the command line, enter 'cargo run' followed by a single space. after this, enter the latitude and longitude, separated only by a comma. Example: 'cargo run 40.4406,-79.9959' for Pittsburgh.

This simple command line application let me make use of recent Rust skills I have been developing. While building this project, I worked with structs which have proven to be quite useful as a tool for me. I improved on the use of {} to print dynamic variables in print lines, which is another cool feature. Lastly, I improved my use of functions for code organization and clairty. This was a fun project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages