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 node installed 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.

Share this project:

Updates