Skip to content

Tobin-jn/weathrly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weathrly

About

Weathrly is a weather app to display the current forecast in any location in the US. The app uses the Weather Underground API to access up-to-date weather forecasts. It features a current weather view, which includes a tab for the 7 hour forecast as well as the ten day forecast. The city search has autocomplete functionality via a self-created node module of a trie sorting algorithm. This pair project was our first app written in React.

Tech Stack

  • React
  • Jest/Enzyme

API's used

  • Weather Underground API

Screenshots

Landing Page:

screen shot 2018-09-19 at 6 04 53 am

Search:

screen shot 2018-09-19 at 6 05 13 am

City Forecast with 7-hour Forecast:

screen shot 2018-09-19 at 6 05 40 am

Ten Day Forecast:

screen shot 2018-09-19 at 6 05 57 am

Setup

Frontend

Clone the repo

Run npm install from the root directory

Run npm start and visit localhost:3000 in your browser

Test Driven Development

Weathrly uses Jest and Enzyme for frontend testing.

Run with npm test from the root directory

Original Assignment

Whateverly from the Turing School of Software & Design

Contributors