Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 267 Bytes

A Simple Server-side Weather App

Getting Started

  1. Obtain a free API key from openweathermap.org
  2. Replace the value of APIKEY in server.js with your own API key.

Installing

npm install

Running

npm start

Goto http://127.0.0.1:8099