Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 858 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 858 Bytes

developers.hasoffers.com

Build Status

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.

Setup

Just fork the repo, run:

Simple :)

TODO

See the issue list (https://github.com/Adapp/developers.hasoffers.com/issues)

How to contribute

  • 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