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.
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