Skip to content

ATTron/zweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZWEATHER

A basic weather CLI written in Zig. Written to be instructional with the series on my blog Implementing A Basic Weather CLI With Zig

zweather

Usage

zweather -h
    -h, --help
            Display this help and exit

    -l, --location <str>
            City to lookup weather (ex. New York City)

    -u, --units <str>
            Which units to use (metric vs imperial)

Example

zweather -l "new york city"
   Weather For City of New York, New York, United States : 😬
   > Currently it is clear outside
   > Tempurature: 44°F
   > Chance Of Rain: 0%
   > Humidity: 42%
   > UV Index: 0

About

basic weather cli built in zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages