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

https://github.com/iagodahlem/clima-cli

:sunny: :cloud: :umbrella: :snowflake: A simple CLI to show you the weather.
https://github.com/iagodahlem/clima-cli

cli clima javascript nodejs npm npm-package tiempo tiempo-cli weather yarn

Last synced: 2 months ago
JSON representation

:sunny: :cloud: :umbrella: :snowflake: A simple CLI to show you the weather.

Awesome Lists containing this project

README

          

# clima-cli

[![Build Status](https://travis-ci.org/iagodahlem/clima-cli.svg?branch=master)](https://travis-ci.org/iagodahlem/clima-cli)
[![Codecov Status](https://codecov.io/gh/iagodahlem/clima-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/iagodahlem/clima-cli)

A simple CLI to show you the weather.

## Install

Install it as a global package.

```sh
npm i clima-cli -g
```

## Usage

```md
clima [command]

today .............. show weather for today
forecast ........... show ten day weather forecast
version ............ show package version
help ............... show help menu for a command
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem