React Weather App
A simple weather app that allows you to get current weather information, based on the city you are.
Installation
git clone [email protected]:Bukovski/react-weather-app.git
cd react-weather-app
npm install
npm run start
.env.local
- REACT_APP_OPENWEATHERMAP_API_KEY - your personal key from openweathermap api_keys
- REACT_APP_IPINFO_API_KEY - your personal key from ipinfo
Use Api
- get weather data from openweathermap
- get user location data from ipinfo.io
Use Libs
- icon font and CSS weather-icons
- diagram apexcharts.com, react-apexcharts
- change data format with momentjs
- Publish files on GitHub gh-pages
- Pop-up messages on the page. Used to show errors vercel-toast