Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.67 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.67 KB

Weather App

About App

This is a web app that displays The weather forecast for the next 5 days. The data source of the app is https://openweathermap.org/api.

The app expects the user to provide a (city), (city,state) or (city,country) to lookup and display current weather info and the forecast for the next 9 days.

Installation

npm i

npm run bootstrap

Running the App

npm run start

Clean/Install Package Dependencies

npm run clean

npm run bootstrap

Testing Server/Client

npm run test:server

npm run test:client

loading the App

App Link

Graphiql

GraphQL Link