An open API service indexing awesome lists of open source software.

https://github.com/himmat12/weather_app

simple weather app which shows weather info of specified locations by consuming weatherapi data |
https://github.com/himmat12/weather_app

dart flutter flutter-tests getx mvc-architecture weather weather-app

Last synced: 22 days ago
JSON representation

simple weather app which shows weather info of specified locations by consuming weatherapi data |

Awesome Lists containing this project

README

          

## weather_app

> A simple weather app which shows weather info of specified locations by consuming weatherapi data.

### Screenshots

![ezgif-4-6c772d230a](https://user-images.githubusercontent.com/48753714/156516447-ca92f796-2729-4470-994c-0bc938a48644.gif)

### Getting Started
#### [Setup Flutter](https://flutter.dev/docs/get-started/install)

#### Clone the repo
$ git clone https://github.com/himmat12/weather_app.git
$ cd weather_app

#### Get flutter dependencies
$ flutter pub get

#### Run the app
$ flutter run

### Features

- User can search location specific weather information.
- Search with place name query.
- Search with ge0-coordinates(lat,long).

### Resources
- [Weather API](https://www.weatherapi.com/)