Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
$ weather

Options
--units, -u Specify units (imperial or metrics)

Examples
$ weather New York
$ weather Boston --units imperial
```

### License

MIT