weatherwise
v1.0.8
Published
A simple terminal weather app
Downloads
16
Readme
WeatherWise
This project is a CLI app that provides weather information. Follow the steps below to run the project on your local machine.
On your terminal
npx weatherwisePrerequisites
- Node.js installed on your machine
- API key from a weather data provider (e.g., OpenWeatherMap)
Installation
Clone the repository to your local machine.
git clone https://github.com/your-username/weatherwise.gitNavigate to the project directory.
cd weatherwiseInstall the dependencies.
npm installCreate a
.envfile in the root directory and add your API key.API_KEY=your-open-weather-api-key
Usage
- Build the project
npm run build- Start the application
npm start