ClimateApp was created only in order to learn and improve my skills with web technology.
Get weather conditions, forecast and more.
- 🌤️ Time Zone Weather.
- 🔍 Search API
- ⚡️ Instantly Search Results
this projects use free API - WeatherAPI Powered by Vitejs & deploy on netlify.
git clone https://github.com/dangelomedinag/climate.git
cd climate
npm i
get free your API key and add to .env file
VITE_RAPIDAPI_KEY=
VITE_RAPIDAPI_HOST=
enjoy
npm run dev