Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.48 KB

Weathrly

This project focuses on displaying data from the Weather Underground API and is built with React.

Screenshots

screen shot 2017-12-10 at 3 54 50 pm

screen shot 2017-12-10 at 3 53 08 pm

screen shot 2017-12-10 at 3 53 25 pm

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

Built With

Authors

License

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