Build an application with Node.js
Budget: $10 – $30 USD
Synopsis: For this exercise, you are asked to build an application using Node.that will dynamically return in JSON format localized weather information. To achieve this, the web service connects to another existing (external) web service to identify the IP address of the visitorvia Method 1. Your web serviceuses this information to connect to another (external) web service that will convert the IP address to zip codevia Method 2. Then, your web servicewill use this information to connect to a third (external) web service that will return localized weather informationvia Method 3. Finally, your web servicereturnsacomposedresult in JSON format containing information specified in Step 4.