Skip to content

manmodesanket/weatherwise

Repository files navigation

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 weatherwise

Prerequisites

  • Node.js installed on your machine
  • API key from a weather data provider (e.g., OpenWeatherMap)

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/your-username/weatherwise.git
    
  2. Navigate to the project directory.

    cd weatherwise
    
  3. Install the dependencies.

    npm install
    
  4. Create a .env file in the root directory and add your API key.

    API_KEY=your-open-weather-api-key
    

Usage

  1. Build the project
npm run watch
  1. Start the application
npm start

About

terminal app for weather data

Resources

Stars

Watchers

Forks

Packages

No packages published