https://github.com/xxczaki/open-weather-cli
⛅ CLI for fetching weather forecast using openweathermap api
https://github.com/xxczaki/open-weather-cli
app cli forecast nodejs npm openweathermap openweathermap-api weather
Last synced: about 1 year ago
JSON representation
⛅ CLI for fetching weather forecast using openweathermap api
- Host: GitHub
- URL: https://github.com/xxczaki/open-weather-cli
- Owner: xxczaki
- License: mit
- Created: 2018-10-25T18:58:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T08:38:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T09:03:55.133Z (about 1 year ago)
- Topics: app, cli, forecast, nodejs, npm, openweathermap, openweathermap-api, weather
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Open Weather CLI ⛅
> ⛅ CLI for fetching weather forecast using openweathermap api
[](https://travis-ci.org/xxczaki/open-weather-cli)
[](https://github.com/xojs/xo)

---
## Install
```bash
npm install --global open-weather-cli
```
## Usage
```bash
Usage
$ weather
Options
--units, -u Specify units (imperial or metrics)
Examples
$ weather New York
$ weather Boston --units imperial
```
### License
MIT