kyupark / tumblr_api

tumblr article read api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require 'tumblr_api'

url = 'http://thoughtbot.tumblr.com'
tumblr = Tumblr.new(url)
articles = tumblr.articles
total = tumblr.total

puts tumblr.id
puts tumblr.title

puts articles[total].url
puts articles[total].content

About

tumblr article read api


Languages

Language:Ruby 100.0%