1.0.9 • Published 10 years ago

tumblr-post v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago