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

https://github.com/pengfluf/another-weather

:first_quarter_moon_with_face: Another weather application that you definitely need. :wink:
https://github.com/pengfluf/another-weather

javascript react redux redux-saga weather

Last synced: 9 months ago
JSON representation

:first_quarter_moon_with_face: Another weather application that you definitely need. :wink:

Awesome Lists containing this project

README

          

# Another Weather

This is another weather application that you definitely need. :wink:

The project was created using [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate). Check it out.

## Features

- Based on OpenWeatherMap API
- Dynamic city search
- Comfy interface
- Cute kitty :cat:
- LEAVES! :leaves:

## Development

Install dependencies

`yarn install` or `npm install`

Start the application at localhost:3000

`yarn start` or `npm start`

Test

`yarn test` or `npm run test`