Skip to content

enfie01s/weather

Repository files navigation

⛅ Weather App

This is a simple weather app using front-end only. To get weather for your location, there are a few different methods.

  • Initially the app will auto load based on your IP. This is not accurate as it will be from your ISP and not necessarily your actual location.
  • Next the app will ask for your location from your browser (a message will appear requesting consent)
  • Finally you can enter a city into the search box

Configuration

  1. Create an account on weatherAPI.com
  2. Log into your new account and find your API Key which will look something like this: 4l61b368140945t99ob74346570803
  3. Enter the API Key into the .env.example file for VITE_WEATHER_API_KEY and save it as .env

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn serve

Compile and Minify for Production

yarn build

About

⛅ A simple weather app to show current and forecasted days plus hourly forecast via a link on each day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors