This is a web App that utilizes the OpenWeather API to get the latest weather information.
- React with Vite
- Tailwind
- OpenWeather API
To use this application, you need to have the following things:
- API Key from OpenWeather
- Clone the repository
git clone https://github.com/devaku/Weather-App
cd Weather-App
- Then after that, install the node_modules using the provided script
npm run install
-
Once the installation is done, make sure to create a .env file, from the given sample
-
Fill it in with the needed details required to run the application
-
Once everything is set up just run the following script to get the application started.
npm run dev-vite
- This application was created by Alejo Kim Uy.
- If you're interested in working with me, you can find my details on my LinkedIn.
- If you want to see my other coding projects, you can find them on my Github.