Skip to content

ayush-srivastava-03/uplink-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uplink-nodejs binding

Codacy Badge

Developed using v1.0.5 storj/uplink-c

API documentation and tutorial

Initial Set-up (Important)

NOTE: For Golang

Make sure your PATH includes the $GOPATH/bin directory, so that your commands can be easily used Refer: Install the Go Tools:

export PATH=$PATH:$GOPATH/bin

NOTE:: For Nodejs

  • Please ensure Node.js with version 10 or higher is installed

  • Check its version

$ node -v
  • Install node-gyp globally
$ npm install -g node-gyp
  • Install the storj-nodejs Node.js package
$ npm install uplink-nodejs

NOTE: please ensure make is already installed.

NOTE: please ensure node-gyp dependencies is already installed.

Documentation

For more information on function definations and diagrams, check out the Detail or jump to:

About

NodeJS bindings for libuplink

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.1%
  • JavaScript 15.7%
  • Other 1.2%