A CLI app that gives the current weather and a 5-day forecast built with Node and based on outside-cli.
- Clone or download repository
- Run
npm installin the command line to install dependencies - Go to OpenWeatherMap Weather API and get an API key.
- Create a
.envfile in the root, copy the.env.example, and update with your API key. - In the command line, enter
weather todayto get the current weather condition in your location.
- OpenWeatherMap Weather API - For weather information (requires API key to use app)
- Axios - Send requests to API
- Minimist - Parse argument options
- Ora - Simple spinner

