ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.31k stars 206 forks source link

Full api docs #111

Closed hypesystem closed 9 years ago

hypesystem commented 9 years ago

Initial version of documentation, made for building with docco.

Feedback is very much welcomed.


Want to view a nice, rendered version of this? Get a local copy of this branch, and then build it with docco:

npm install docco -g
docco docsource/*.js.md

The resulting files with be placed in docs/, and are viewable with your web browser.


This PR was originally #105, but I somehow messed it up. Oops.

hypesystem commented 9 years ago

@ToothlessGear we need to figure out an approach for how to show the docs to the public. We could use gh-pages...