Skip to content

matthew-os/weather-app

Repository files navigation

Rain or Shine Weather App

Weather App screenshot

Just another weather app for the world.

This weather app leverages Dark Sky's API, which includes the following information:

  • Current temperature
  • Seven day & forty-eight hour forecasts
  • Wind speed
  • Humidity
  • Etc.

Make sure to navigate through the menu to traverse through the app.

Install

Clone this repository:

git clone https://github.com/matthewoctober/weather-app.git

Change into the appropriate directory:

cd weather-app

Install all project dependencies:

npm install

Run the development server:

npm run dev

Releases

No releases published

Packages

No packages published