https://weather-app-7w1.pages.dev/
- Make sure you already have
Node.js
andnpm
installed in your system. - You need an API key from OpenWeatherMap. After creating an account, grab your key.
- Then, under the
src
directory, go toapi/OpenWeatherService
and replaceWEATHER_API_KEY
with your OpenWeatherMap API Key.api/OpenWeatherService.js
: It contains the code related to the back-end of the application.
- Clone the repository:
git clone https://github.com/agus-3rd-yoga/weather-app.git
- Install the packages using the command
npm install