Skip to content

seanblankenship/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Conditions and Daily Weather Forecast

This is just a simple cli app that will output the current local conditions and daily hourly forecast. If ran without an input, it will default to Tampa, FL.

How to Use

weather 90210

Will give the current conditions and hourly forecast based on zipcode. The zipcode may also be replaced with a city name. For example:

weather Tampa

API Key

Sign up for a free api key at (https://www.weatherapi.com/). Once you have your key, create a config.json file and set it up as follows:

{
    "key" = "xxxx"
}

About

cli weather app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages