What it does
Weather Wear asks the user what city they are located in, then queries for the weather in that city from the internet using the OpenWeather API. Upon return, it checks the temperature. If the temperature is less than 60, the application deems that it is cold and prints a fun ascii graphic of a hat, scarf, and mittens to inform users that they should dress warmly. Weather Wear will also check the weather conditions and print an umbrella graphic if it is raining and a sunglasses graphic if it is clear skies.
How we built it
I used Node.js with the following dependencies: Axios, Cheerio, fs, and Prompt
Built With
- axios
- cheerio
- node.js
- openweathermap
Log in or sign up for Devpost to join the conversation.