Inspiration
Well, I always wanted to build an npm package. LHD Build gave me a chance to build one!
What it does
It is an npm package to display the current weather of a city instantly!
How to use?
Prerequisites:
- Have
npm and nodeinstalled in your systems.
Usage:
npx weather-library <city_name>
Example:
npx weather-library paris
How we built it
It is built using the OpenWeather API and simple Javascript.
Challenges we ran into
I spent a lot of time figuring out how to publish the package after building it. The logging process on the terminal was a bit difficult. But, eventually, it worked fine.
Log in or sign up for Devpost to join the conversation.