an unofficial nodejs client for the scribd platform API
Getting Started
Install the module with: npm install node-scribd-client
Documentation
This client supports the full set of scribd APIs and API signing for all requests.
Docs Are Here
*see Scribd API Docs for more information
Testing
npm test
Examples
var Scribd = scribdApiKey = "YOUR-API-KEY" scribdSecret = "YOUR-SECRET" scribd = scribdApiKey scribdSecret docId = '159857500' params = doc_id: docId; scribd;
Contributing
Any bugs, changes or suggestions let me know and submit a pull request.
License
Copyright (c) 2013 Jeff Sturgis Licensed under the MIT license.