Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Readme.md

Asynchronus Node.js

  • In playground.js, the call back queue is demonstrated by function "setTimout()".
  • In Day7, The weather app is being prepared and showed how to call an API from node. The library "request" for http call is depriciated,we can use postman-request library

    Start the app development by below step

  • Step 1 - initialize the project by npm init -y
  • Step 2 - Install the "request()" (this module is for http) module by "npm install request" command on terminal.

    #Error Hanlding for request() please see app.js