It is mainly built on node.js using the https module. So basically, we are sending a get request for weather data based on the name of the city we send, and the API we are using in the Open Weather Map API.
This node script takes an input of a city & gives an output of the weather
It is mainly built on node.js using the https module. So basically, we are sending a get request for weather data based on the name of the city we send, and the API we are using in the Open Weather Map API.
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.