This is a HasOffers API resource built with angularjs.
All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a pull request.
Just fork the repo, run:
- node scripts/web-server.js
- navigate to http://localhost:8000/app/index.html
Simple :)
See the issue list (https://github.com/Adapp/developers.hasoffers.com/issues)
- Fork the repository
- Validate coding style:
- npm install -g jshint
- jshint assets/js/
- Execute unit tests:
- ./scripts/test.sh
- ./scripts/e2e-test.sh
- Send in a pull request