Skip to content

admclamb/weatherly

Repository files navigation

Weatherly

Weatherly is a basic weather app that retrieves local forecast information.

Deployed URL Weatherly

Installation

Follow these steps to set up the project on your local machine:

1. Fork the Repository

Click on the "Fork" button at the top right of the page to create a copy of the repository in your GitHub account.

2. Clone the Repository

git clone https://github.com/admclamb/weatherly.git
cd weatherly

3. Install Dependencies

Ensure you have Node.js installed. Then, run the following command to install the necessary packages:

npm install

4. Get Your OpenWeather API Key

  1. Go to the OpenWeather API documentation.
  2. Sign up or log in to your account.
  3. Generate an API key.

5. Configure the API

Create a .env file in the root directory of the project and add your API key:

VITE_API_SERVER_URL=
VITE_API_KEY=

A base sample of env file is in .env.sample

Usage

To start the application, run:

npm run dev

Open your browser and go to http://localhost:5173 to view the app.

Features

  • Retrieves local weather forecast information.
  • Simple and user-friendly interface.

About

Weather application built with openweather api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published