put.io-v1

0.0.1 • Public • Published

put.io.js

Put.io Javascript library for node.js and browser

If you're using it in the browser, you'll need jQuery.

It's really easy to use.

Install

For node... npm install put.io-v1 For browser... wget https://raw.github.com/devTristan/put.io.js/master/put.io.js

Node

var PutIO = require('put.io-v1');

Browser

<script type="text/javascript" src="./put.io.js"></script>

And then...

var api = new PutIO(key, secret);

api.files.list(function(items){
	for (var i in items) {
		console.log(items[i].name);
	}
});

Readme

Keywords

none

Package Sidebar

Install

npm i put.io-v1

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • madd512