node-bluesky
A lightweight, simplified node.js library for accessing Windows Azure storage
Usage
var s = ; // queues, with eventsvar q = s;q;q; // blobs, as streamsvar c1 = s;var c2 = s;c1; // and tables, oh my! var t = s;trows;
See the tests for additional examples, and the wiki for API documentation and a Road Map.
Install
npm install bluesky
Platform Support
The library can used with both Windows and non-Windows versions of node.js
Dependencies
This library depends on:
- bentomas/node-mime
- broofa/node-uuid
- documentcloud/underscore
- JSBizon/memorystream
- WindowsAzure/azure-sdk-for-node
... and for unit tests: