Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyadhalnur/weather-cli
Check the weather for your city from your terminal
https://github.com/riyadhalnur/weather-cli
cli nodejs terminal weather weather-cli
Last synced: 7 days ago
JSON representation
Check the weather for your city from your terminal
- Host: GitHub
- URL: https://github.com/riyadhalnur/weather-cli
- Owner: riyadhalnur
- License: mit
- Created: 2015-09-09T05:13:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T10:41:01.000Z (2 months ago)
- Last Synced: 2024-10-17T02:40:02.742Z (23 days ago)
- Topics: cli, nodejs, terminal, weather, weather-cli
- Language: JavaScript
- Size: 1.03 MB
- Stars: 93
- Watchers: 4
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cli-apps - weather-cli
- fucking-awesome-cli-apps - weather-cli
- jimsghstars - riyadhalnur/weather-cli - Check the weather for your city from your terminal (JavaScript)
README
weather-cli
=================
Check the weather for your city from your terminal[![Coverage Status](https://coveralls.io/repos/github/riyadhalnur/weather-cli/badge.svg?branch=master)](https://coveralls.io/github/riyadhalnur/weather-cli?branch=master) [![Build Status](https://travis-ci.org/riyadhalnur/weather-cli.svg?branch=master)](https://travis-ci.org/riyadhalnur/weather-cli) [![Build status](https://ci.appveyor.com/api/projects/status/8o1qpopothm62y51/branch/master?svg=true)](https://ci.appveyor.com/project/riyadhalnur/weather-cli/branch/master) [![Known Vulnerabilities](https://snyk.io/test/github/riyadhalnur/npm-modules-sync/badge.svg)](https://snyk.io/test/github/riyadhalnur/weather-cli)
![](screen.gif)
### Install
```shell
$ npm install -g weather-cli
``````shell
$ weather --helpUsage
$ weatherOptions
--city, -c City you want to lookup weather for (add state code after city name if city exists in multiple places)
--country, -C Country you want to lookup weather for
--scale, -s Weather scale. Defaults to Celcius
--help Show this help message
--version Display version info and exit
config Set the default location and scaleExamples
$ weather -c Dhaka -C Bangladesh
Dhaka, Bangladesh
Condition: Partly Cloudy
Temperature: 32°C$ weather config -c Dhaka -C Bangladesh -s F
Default location set to Dhaka, Bangladesh and scale to F
```### License
Licensed under MIT. See [LICENSE](LICENSE) for more information.### Issues
Report a bug in issues.Made with love in Dhaka, Bangladesh by [Riyadh Al Nur](https://verticalaxisbd.com)