Skip to content

ckomop0x/weather-cli

Repository files navigation

Welcome to @ckomop0x/weather-cli 👋

Version Documentation Maintenance Twitter: ckomop0x

CLI for getting weather forecast.

Install

or just run

npx @ckomop0x/weather-cli

Usage

First, you need to add token from https://openweathermap.org/ and city for which you want to get a forecast.

npm install -g @ckomop0x/weather-cli

Then add your token

weather -t <YOUR_TOKEN>

Then add your favourite city

weather -s <YOUR_CITY>

And then just run

weather

or you can use npx with the same set of flags for city and token

npx @ckomop0x/weather-cli

Author

👤 Pavel Klochkov

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2024 Pavel Klochkov


This README was generated with ❤️ by readme-md-generator