/current-weather

A small CLI weather application

Primary LanguageSwiftApache License 2.0Apache-2.0

current-weather

A small cli weather application

Screenshot

current-weather is a simple weather app for your terminal showing the current weather for a city powered by openweather.

Setup

  • Add your API key from Openweather to Config.swift. You can get a free key by signing up on openweathermap.org
  • Compile it with Xcode

Todo

  • Extract API key to settings file and add a setup flow
  • Improve use of colors (eg. gradients for temperature, wind, etc)
  • Add loading animation for very slow connections
  • error messages for connection time-out