Skip to content

Thisisaarush/Weather-App

Repository files navigation

w. | The Weather App Built with Astro 🌦️

weather_app

Features

  • City Search Suggestions
  • Current Weather + Week Forecast
  • Humidity
  • Visibility
  • Wind Speed
  • Uv Index
  • Air Quality Index
  • Sunrise & Sunset
  • Simple Ambient Relaxing Sound Player

Local Setup

Don't forget to add .env at the root of the project with the following API keys -

  • PUBLIC_OPEN_WEATHER_KEY=
  • PUBLIC_Q_WEATHER_KEY=

All commands are run from the root of the project, from a terminal:

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000