My Weather shows the next 5 days weather of selected city
Open terminal and run the following commands
git clone https://github.com/ezcafe/my-weather.git
cd my-weather
yarn install
yarn start
Note: yarn@1.22.5, node@v14.15.4, npm@6.14.10
yarn test
- Show all weather related information
- Show AQI information
- Show weather of current location
- Add default locations
- Change background and theme automatically
- Localization
- Show date - time
- Show quotes
- Custom themes
MetaWeather: https://www.metaweather.com/api/
- Day.js: https://day.js.org/
- React Bootstrap: https://react-bootstrap.github.io/components/spinners/
- React Redux: https://react-redux.js.org/
- React Router: https://reactrouter.com/
- React Select: https://react-select.com/
- Redux DevTools Extension: https://github.com/zalmoxisus/redux-devtools-extension
- Redux Saga Test Plan: https://github.com/jfairbank/redux-saga-test-plan
- redux-saga: https://redux-saga.js.org/
- sjs-base-model: https://github.com/codeBelt/sjs-base-model
- uuid: https://github.com/uuidjs/uuid
