Skip to content

Dexters-Hub/Weather-App-Flutter-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A Weather App built using Flutter

User Interface

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  font_awesome_flutter: <latest_version>
  http: <latest_version>

API

OpenWeather's Current weather data API

api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}