Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/changhuixu/weather-cli-nodejs

A CLI program in Node.js. The program checks weather data in command line.
https://github.com/changhuixu/weather-cli-nodejs

api cli cli-app command-line command-line-tool commandline config configuration console console-application console-color console-table console-tool javascript node nodejs prompt weather weather-app weather-forecast

Last synced: about 1 month ago
JSON representation

A CLI program in Node.js. The program checks weather data in command line.

Awesome Lists containing this project

README

        

# Weather CLI in Node.js

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I63W4OK)

A weather CLI app in Node.js. The app checks weather in command line.

[![npm](https://img.shields.io/npm/v/best-weather-cli.svg?style=flat-square)](https://www.npmjs.com/package/best-weather-cli)

## [Medium Article](https://codeburst.io/build-a-command-line-interface-cli-application-with-node-js-59becec90e28)

## Usages

```sh
npm i -g best-weather-cli
weather
weather config -k={your api key} -c={your city id} -u={temperature units}
weather now
weather forecast
```

## Screenshots

### `main menu`

### `weather now`

### `weather forecast`

## How to build locally

```sh
npm i
npm link
```

## License

Feel free to use the code in this repository as it is under MIT license.

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I63W4OK)