https://github.com/jmtellez/cli-mate
Node CLI app that gives you the weather forecast for a given city.
https://github.com/jmtellez/cli-mate
cli cli-mate hacktoberfest javascript nodejs
Last synced: about 1 year ago
JSON representation
Node CLI app that gives you the weather forecast for a given city.
- Host: GitHub
- URL: https://github.com/jmtellez/cli-mate
- Owner: jmtellez
- Created: 2020-09-25T23:10:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T00:41:52.000Z (over 4 years ago)
- Last Synced: 2025-03-18T03:51:37.634Z (over 1 year ago)
- Topics: cli, cli-mate, hacktoberfest, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 6
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/jmtellez/Weather-CLI/issues)
# CLI-mate :sunrise:
Command Line application that gives you the weather info for a given `city/place/address/airport code` :sunny:

**Install**
```bash
npm install -g @jmt3559/cli-mate
```
On your terminal export these two environment variables:
**Zsh**
```bash
echo 'export MAPBOX=API_KEY' >> ~/.zprofile
echo 'export WEATHERSTACK=API_KEY' >> ~/.zprofile
```
**Bash**
```bash
echo 'export MAPBOX=API_KEY' >> ~/.bash_profile
echo 'export WEATHERSTACK=API_KEY' >> ~/.bash_profile
```
## Get API Keys
### [Weatherstack](https://weatherstack.com/) - 1k free requests per month
### [Mapbox](https://docs.mapbox.com/) - 100K free requests