gsbakshi / weather_app

A command line tool that can get weather stats using the free API by MetaWeather.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Build a command line tool that can get weather stats using the free API by MetaWeather.com

Practicing asynchronous task with dart

Usage

dart bin/main.dart <city>

Sample Output

dart bin/main.dart london

Current Temp: 21°C
Condition:    Showers
Daily Min:    13°C
Daily Max:    21°C
      

----------------
Data Sourced by MetaWeather.com
----------------

About

A command line tool that can get weather stats using the free API by MetaWeather.com


Languages

Language:Dart 100.0%