Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 1.0KB

123456789101112131415161718192021222324252627282930313233
  1. # contributing to `cors`
  2. CORS is a node.js package for providing a [connect](http://www.senchalabs.org/connect/)/[express](http://expressjs.com/) middleware that can be used to enable [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) with various options. Learn more about the project in [the README](README.md).
  3. ## The CORS Spec
  4. [http://www.w3.org/TR/cors/](http://www.w3.org/TR/cors/)
  5. ## Pull Requests Welcome
  6. * Include `'use strict';` in every javascript file.
  7. * 2 space indentation.
  8. * Please run the testing steps below before submitting.
  9. ## Testing
  10. ```bash
  11. $ npm install
  12. $ npm test
  13. ```
  14. ## Interactive Testing Harness
  15. [http://node-cors-client.herokuapp.com](http://node-cors-client.herokuapp.com)
  16. Related git repositories:
  17. * [https://github.com/TroyGoode/node-cors-server](https://github.com/TroyGoode/node-cors-server)
  18. * [https://github.com/TroyGoode/node-cors-client](https://github.com/TroyGoode/node-cors-client)
  19. ## License
  20. [MIT License](http://www.opensource.org/licenses/mit-license.php)