1.0.9 • Published 9 years ago

tumblr-post v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

##tumblr-post

Simple text posting to tumblr, lacking on the main API.

###Example usage

var tumblr-post = require('tumblr-post');


	
	var myoauth = {
		  consumer_key: ____,
		  consumer_secret: ____,
		  token: ___,
		  token_secret: ___
	};

	var message = 'test';

	var tumblrname = 'blogname'; //The name of the blog to post to, ie XXXXX.tumblr.com

	var photoUrl = 'http://test.test/test.jpg'; //photoUrl optional if image post, else null

	tumblr-post(message, tumblrname, photoUrl,  myoauth, function (error, response){

	});
1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago