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 #105

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.

ToothlessGear commented 9 years ago

LGTM!