UNPKG

weather-in-terminal

Version:

A simple CLI to see the weather while you're in your terminal.

46 lines (39 loc) 2.49 kB
# :sunny: weather-in-terminal [![Build Status](https://travis-ci.org/yanishoss/weather.svg?branch=master)](https://travis-ci.org/yanishoss/weather) ![npm](https://img.shields.io/npm/dt/weather-in-terminal.svg) [![npm version](https://badge.fury.io/js/weather-in-terminal.svg)](https://badge.fury.io/js/weather-in-terminal) [![GitHub stars](https://img.shields.io/github/stars/yanishoss/weather.svg)](https://github.com/yanishoss/weather/stargazers) [![GitHub license](https://img.shields.io/github/license/yanishoss/weather.svg)](https://github.com/yanishoss/weather/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/yanishoss/weather.svg)](https://github.com/yanishoss/weather/issues) > A simple CLI to see the weather while you're in your terminal. > Because we know you don't glance outside that much often :sunglasses: # :rocket: How to use it ? Just type in your terminal: ```shell # Install the CLI $ npm install -g weather-in-terminal # Get the weather $ weather ``` --- # :muscle: How to contribute ? To contribute, it's very simple: 1. Ensure you know well [TypeScript](https://www.typescriptlang.org/). 1. Ensure also you are at ease working with [Git](https://git-scm.com/) and [GitHub](https://github.com). 1. Join us on [Trello](https://trello.com) by clicking this [link](https://trello.com/invite/b/JleRVvFn/1e6238de90d66c8f1759af633d2c45b5/weather). 1. Go to the [Trello board][trello] and take a look at what left to do. 1. Fork the [repository] and do what you need to do. 1. Come back to the [Trello board][trello] and put your task inside the *In progress* list, in such a way that someone doesn't do the same work as you 1. Finally make a [Pull Request](https://help.github.com/articles/about-pull-requests/): * The TravisCI process will start, build the project, test your code and eventually deploy it. * The changes will be deploy to [npm](https://npmjs.com). 1. After the CI process is passed, you can access the [Trello board][trello] and put your task inside the *Done* list. # :wolf: License This project is under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). You can retrieve the license of this project [here](LICENSE). # :metal: Who the fuck did that app ? A [very young developer][profil] as you can image with his vocabulary and the whole bunch of emoji. [profil]: https://github.com/yanishoss [repository]: https://github.com/yanishoss/weather [trello]: https://trello.com/b/JleRVvFn/weather ]