Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Simple Node.js Command Line Weather Application

* Check out the **[Live Demo](https://simple-nodejs-weather-app-irhhpddsku.now.sh/)**
* Read the full tutorial on how to build this application at [codeburst.io](https://codeburst.io)
* Run the web app locally:
* Run the web app locally (port argument optional):
```
node server.js
npm install
PORT=3000 API_KEY=<your api key> npm start
// Now open your browser and visit: localhost:3000
```
![gif](https://github.com/bmorelli25/simple-nodejs-weather-app/blob/master/giphy.gif?raw=true 'website gif')
Loading