@arielscc/weather
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

/@arielscc/weather/

    Package Sidebar

    Install

    npm i @arielscc/weather

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    1.19 MB

    Total Files

    34

    Last publish

    Collaborators

    • arielscc