Skip to content

xAdhithiyan/weather-app

Repository files navigation

weather-app

Links

About

A website that fetches and displays weather forecast information based on the city entered by user.

Tools Used

  • HTML
  • Vanilla CSS
  • JavaScript
  • WeatherAPI
  • Webpack

Installation

To set up the project on the local machince make sure node.js is installed and run the following commands

git clone git@github.com:xAdhithiyan/weather-app.git
cd weather-app.git
npm install

Before building the project make sure to replace the API key with your own in /src/components/api.js

const APIKey = 'your API key'

To build the project

npm run build

Preview

Screenshot 2023-11-25 at 22-20-14 Weather App