This project focuses on displaying data from the Weather Underground API and is built with React.
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
- React - The javascript framework used
- SCSS - An extension of CSS
- This project was bootstrapped with Create React App.
This project is licensed under the MIT License - see the LICENSE.md file for details