Weather CLI

A dotnet C# cli that generates a PDF weather report.

Usage/Examples

dotnet run cape town

Installation

  1. Clone this repo

github cli

  gh repo clone stokedproductions/WeatherApiCli

ssh

git clone https://github.com/stokedproductions/WeatherApiCli.git
  1. Setup your .env file Get your api key from weatherstack.com signup for a free account and get your key.

Rename the .env.example file to .env

Add your api key to the file WEATHER_API_KEY={PUTYOURKEYHERE}

And you are set 💪