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.
- React
- Jest/Enzyme
- Weather Underground API
Clone the repo
Run npm install
from the root directory
Run npm start
and visit localhost:3000 in your browser
Weathrly uses Jest and Enzyme for frontend testing.
Run with npm test
from the root directory
Whateverly from the Turing School of Software & Design
- Casey Hoepner: Github Profile
- Tobin Nelson: Github Profile