Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 420 Bytes

File metadata and controls

20 lines (13 loc) · 420 Bytes

Setup

1. Install dependencies

$ npm install

2. Run the app

$ DEBUG=weatherman-api:* npm start

http://localhost:3000 — Development server

Architecture

Very simple node express server. I have more experience using Zeit's Micro client, and prefer using Axios as well.

Did not have time to implement tests, proper error handling or authentication.