u/ConferenceOutside116

I built a CLI weather app in Node.js as a complete beginner — feedback welcome!

I built a CLI weather app in Node.js as a complete beginner — feedback welcome!

Hey r/learnjavascript !

I'm a complete beginner who just started learning JavaScript and Node.js a few weeks ago. I built a CLI weather app as my first real project and would love some feedback.

**What it does:**

- Get current weather for any city

- Check weather for multiple cities at once

- 5-day forecast with --forecast flag

- Save favourite cities and check them all at once

- Fahrenheit support with --fahrenheit flag

- Coloured terminal output using chalk

- --help flag for all commands

**Install:**

npm install -g kunal-weather-cli

**GitHub:** https://github.com/KunalTiwari-git/cli-weather-app

It's open source with beginner-friendly issues if anyone wants to contribute!

Any feedback on the code or features is welcome. Still learning so be kind 😅

u/ConferenceOutside116 — 4 days ago