Skip to content
Open
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: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# node-web-server
This is a weather application created on Node.js
The application takes in the name of the location where you live and gives the weather report of that location by using a weather channel API.
The application is a good point to start for a beginner in Node.js
It is easy to understand code with lots of comments to make it easy to understand for the person who is new in Node.js