1.0.1 • Published 2 years ago

@arielscc/weather v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Console Weather

This is a console app to get the weather anywhere

todo app

you can install it with the command

npm install -g @arielscc/weather

For the correct behavior of this package you must use two services:

  1. MapBox
  2. OpenWeatherMap

You must get two API_KEYS and register them to your .zshrc or .bashrc.

echo 'export MAPBOX_KEY="MAPBOX_KEY"' >> ~/.zshrc
echo 'export OPEN_WEATHER_KEY="OPEN_WEATHER_KEY"' >> ~/.zshrc

To use the app run:

weather
1.0.1

2 years ago

1.0.0

2 years ago