8000 GitHub - pyTh0n39/node-thrust: NodeJS language bindings for Thrust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyTh0n39/node-thrust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS language bindings for Thrust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 11.1%
0