This project is a CLI app that provides weather information. Follow the steps below to run the project on your local machine.
npx weatherwise
- Node.js installed on your machine
- API key from a weather data provider (e.g., OpenWeatherMap)
-
Clone the repository to your local machine.
git clone https://github.com/your-username/weatherwise.git
-
Navigate to the project directory.
cd weatherwise
-
Install the dependencies.
npm install
-
Create a
.env
file in the root directory and add your API key.API_KEY=your-open-weather-api-key
- Build the project
npm run watch
- Start the application
npm start