Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 485 Bytes

weathercast

A Flutter Project that displays user's current location weather or any city weather using OpenWeatherMap API.

Click here for step by step medium article.

Getting Started

  1. Clone the project to get started
  2. Register at OpenWeatherMap to get the API key.
  3. Replace the api_key in api_key.dart file
  4. Run the project