Weather API Wrapper is an application built with Node.js and Express.js to retrieve weather data from an external API.
- Node.js
- npm
- API Key from Weather API
- Clone this repository.
- Run
npm installto install all dependencies. - Create a
.envfile in the root directory and populate it with the API Key and Base URL of the Weather API:
WEATHER_API_KEY=your_api_key
BASE_URL=your_base_url