Weather
An app that shows actual weather data and a temperature forecast for the next five days.
Demo: http://weather.void0.ch
Code: https://github.com/frnkst/weather
Libraries used:
- UI built with love and React (without Redux)
- Clarity Design System
- Data from OpenWeatherMap (unfortunately the daily forecast is subscription based)
- Chart.js for the temperature forecast (wrapped by react-chartjs-2)
- Axios for http requests
- Moment and Lodash (how can you do anything without them?)
Recent Comments