Skip to content

A POC weather app that displays the forecast by entering the [city, state], or [city, country] values. It uses Lerna, React, Express, and Graphql.

Notifications You must be signed in to change notification settings

mik93mara/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A POC weather app that displays the forecast by entering the [city, state], or [city, country] values. It uses Lerna, React, Express, and Graphql.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published