/express-api-example

Simple Express.js API running on a Heroku Node environment. The server receives a city name as an URL parameter and then gets the weather for that city from an external API. Then retrieves the response data in JSON format to the client.

Primary LanguageJavaScript

Stargazers