0.7.6-rc.1 • Published 9 years ago

node-thrust v0.7.6-rc.1

Weekly downloads
9
License
-
Repository
-
Last release
9 years ago

node-thrust

Official NodeJS bindings library for Thrust

Getting started

npm install node-thrust

At install, node-thrust post_install script automatically downloads a binary distribution of Thrust for the current platform.

require('node-thrust')(function(err, api) { 
  api.window({ root_url: 'https://breach.cc' }).show();
});

Status

Supports the complete Thrust API. Works on Linux, MacOSX, Windows.

Documentation

Pending specific node-thrust documentation, full API reference is available in the Thrust Documentation

0.7.6-rc.1

9 years ago

0.7.5-rc2

10 years ago

0.7.5

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago