This is a small script that will download the API documentation for the Bluebird library and generate the documentation index that can be read by the OSX program Dash.
It pulls from this API Documentation file.
#install dependencies
npm install
#run the generator
node bluebird-dash-docs.js
From there, you can double click on the generated "Bluebird.docset" file, which will make Dash prompt you to add the documentation.