Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynandebold/us-weather-cli
What's the weather here, there, or anywhere in the U.S.?
https://github.com/tynandebold/us-weather-cli
javascript nodejs npm npm-package weather weather-app weather-cli weather-forecast
Last synced: 23 days ago
JSON representation
What's the weather here, there, or anywhere in the U.S.?
- Host: GitHub
- URL: https://github.com/tynandebold/us-weather-cli
- Owner: tynandebold
- Created: 2018-04-07T01:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T15:17:17.000Z (about 1 year ago)
- Last Synced: 2024-10-04T21:34:16.785Z (about 1 month ago)
- Topics: javascript, nodejs, npm, npm-package, weather, weather-app, weather-cli, weather-forecast
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/us-weather-cli
- Size: 4.04 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# us-weather-cli
What's the weather here, or there, or anywhere in the U.S.?## Installation
```sh
$ npm install -g us-weather-cli
```## Usage
```sh
# Get current weather as well as a 5-day forecast
$ weather
```
There are two prompts:
1. Celsius or Fahrenheit (enter either c, celsius, f, or fahrenheit).
2. Enter the U.S. Zip Code you want to see the weather for.That's it. Enjoy!