nicktu12 / weatherly

Weatherly utilizes the WeatherUnderground api to display weather information based on a chosen location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weatherly

Weatherly utilizes the WeatherUnderground api to display weather information based on a chosen location.

Getting Started

Install npm to your local machine. Obtain an API key from WeatherUnderground. Clone down this repository to get started.

Installing

Install all node modules with the following command:

npm install

Start the application on localhost:3000 with the following command:

npm start

Testing

-Utilize TDD best practices while testing with Enzyme and Jest. Run the following command to execute the test suite:

npm run test

Built with:

React Enzyme Jest Scss Webpack

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Design Wireframes

img_6333

img_6332

Welcome page

screen shot 2017-09-19 at 5 34 11 pm

Weather forecast

screen shot 2017-09-19 at 5 35 31 pm

Simplified View

screen shot 2017-09-19 at 5 36 20 pm

About

Weatherly utilizes the WeatherUnderground api to display weather information based on a chosen location.

License:MIT License


Languages

Language:JavaScript 96.3%Language:CSS 3.3%Language:HTML 0.4%