Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 627 Bytes

File metadata and controls

11 lines (7 loc) · 627 Bytes

Update your GitHub status with the current weather at your location

Place an .env file in the working directory containing:

  1. WEATHERAPICOM_API_KEY API key for weatherapi.com. A free account is enough.
  2. GITHUB_TOKEN Personal access token (classic) with scope user. Please keep in mind that, in general, it's not safe to trust random software with tokens like that.
  3. LAT and LON for the location. You can get it from Google Maps, i.e.

Powered by WeatherAPI.com