Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.08 KB

clear_weather

This application pull weather data from the OpenWeather's API. https://openweathermap.org/price (Free option)

You need to obtain an API key in order to run this simple application. Then create a file named 'secret.json' and put it into the 'lib/auth' directory.

lib/auth/secret.json { "appId": "" // You obtained AppID }

Attribution

Weather icons created by iconixar - Flaticon

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.