Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T01:58:02.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:30:16.921Z (8 months ago)
- Topics: app, cli, forecast, nodejs, npm, openweathermap, openweathermap-api, weather
- Language: JavaScript
- Homepage:
- Size: 275 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
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
[![Build Status](https://travis-ci.org/xxczaki/open-weather-cli.svg?branch=master)](https://travis-ci.org/xxczaki/open-weather-cli)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)![Animated SVG](https://rawcdn.githack.com/xxczaki/open-weather-cli/master/animated.svg)
---
## Install
```bash
npm install --global open-weather-cli
```## Usage
```bash
Usage
$ weatherOptions
--units, -u Specify units (imperial or metrics)Examples
$ weather New York
$ weather Boston --units imperial
```### License
MIT