Simple Express API with a Weather API call

Setup:

git clone https://github.com/AkyunaAkish/simple-express-weather-api.git
cd simple-express-weather-api
npm i
touch .env
code .
add weather API key to the .env file
like this: WEATHER_API_KEY=<replace_this_with_the_api_key>
npm start

Example API call:

GET: http://localhost:8080/api/weather?city=boulder