Skip to content

nanya01/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEATHER APP

projectImage

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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Table of Contents

Description

It is a weather app built with flutter that shows the weather conditions in various cities across the world.

Technologies

  • Flutter and Dart

How To Use

Clone the github repository

API REFERENCE

[Use OpenWeathermap Api](http://api.openweathermap.org/data/2.5/weather?q=London&appid= Your API Key)

{ "coord": { "lon": -0.1257, "lat": 51.5085 }, "weather": [ { "id": 804, "main": "Clouds", "description": "overcast clouds", "icon": "04d" } ], "base": "stations", "main": { "temp": 293.65, "feels_like": 293.71, "temp_min": 292.15, "temp_max": 295.54, "pressure": 1019, "humidity": 75 }, "visibility": 10000, "wind": { "speed": 0.89, "deg": 254, "gust": 3.13 }, "clouds": { "all": 90 }, "dt": 1632406497, "sys": { "type": 2, "id": 2019646, "country": "GB", "sunrise": 1632376097, "sunset": 1632419847 }, "timezone": 3600, "id": 2643743, "name": "London", "cod": 200 }


References

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

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

Back To Top


Author Info

Twitter - @_nanya1

Linkedln - @Peter Ahunanya

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages