A minimalist Express.js app that serves hardcoded weather data via a single RESTful endpoint.
-
Clone the Repo
git clone [email protected]:codepath/weather-api.git cd weather-api
-
Install Dependencies
npm install
-
Run the App
npm start
-
Fetch Weather Data
curl http://localhost:9009/api