DEV Community

Ankur Gupta
Ankur Gupta

Posted on

Creating a temperature Messanger

Temperature messanger is a CLI project where you can type in a city name and a reciever's contact number and the tool will send a text message to the reciever's number showing the temperature and weather of that particular city.

It uses a variety of modules including yarns to let the user enter details using command prompt, request to used the API's and Twilio and open weather API to send message and recieve the data.

I used this article to use the open weather API and then simply followed the twilio documentation to send an SMS.

Here is the demo video->

Hope this helps!

Top comments (0)