Skip to content

SenseWeather is a Weather App which is built using Flutter.

License

Notifications You must be signed in to change notification settings

42ip/SenseWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SenseWeather

GitHub GitHub

A Flutter application which gives you the current weather status in the respective location chosen.

Getting Started

To fork/clone

  • Flutter
  • Dart
  • Get an OpenWeatherMap API key from here.
  • flutter pub get
  • replace the app-id here with your api key

http://api.openweathermap.org/data/2.5/weather?q=$value&units=metric&appid=your-app-id'

Preview

image

TODO list

  • Modifying the User Interface
  • Implementing Animations
  • Adding more features

Installation