Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/weather-diff
A web UI to diff two weather forecasts by ZIP code
https://github.com/wavebeem/weather-diff
Last synced: 18 days ago
JSON representation
A web UI to diff two weather forecasts by ZIP code
- Host: GitHub
- URL: https://github.com/wavebeem/weather-diff
- Owner: wavebeem
- License: mit
- Created: 2016-01-21T01:26:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T06:03:31.000Z (almost 9 years ago)
- Last Synced: 2024-11-30T21:34:19.346Z (23 days ago)
- Language: JavaScript
- Size: 451 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Weather Diff
Weather Diff is a small web UI for diffing weather between two locations by ZIP code.
## Getting Started
You must have Node.js (≥v4.1.1) and NPM installed.
```bash
npm install
npm run build
npm start
```Then open .
## Development
JShint and JSCS are configured to enforce code correctness and style
```bash
npm run test
```To have the frontend JS code automatically rebuild as you develop:
```bash
npm run watch
```Note that `npm run build` can be used to produce an optimized JS bundle for production.
Code for the Node.js server is in `src/`, and code for the JS frontend is in `src/app/`. The `app/` folder contains the CSS, HTML, and image assets.
## License
MIT
## Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.