SlideShare uma empresa Scribd logo
1 de 48
Baixar para ler offline
WhattheWordPressRESTAPI
meansforJavascriptDevelopers
JakeSpurlock
@whyisjake
Hi
Node.js
Wait,what?
FAST
NODE IS
php.JS
WordPress.JS
Chipotle.JS
// Let’s get this burrito bowl going…
chipotle.create({
type: 'bowl',
options: {
rice: 'white',
beans: 'pinto',
meat: 'chicken',
salsa: [
'green',
‘corn'
],
cream: true,
cheese: true,
guacamole: true,
notes: 'Extra guac please!’
}
});
WPAPI
WIRED
EXPRESS
https://www.npmjs.com/package/wpapi
github.com/whyisjake/wired-express
CRUD
Build an “App”
10K+CONCURRENT VIEWERS
WIRED.COM LIVEBLOGS
What about
Tumblr?
RE-EVALUATE LIVEBLOGS
Complexity.
Simple
// Let's loop through each one, and add the response to post
meta.
// As we get posts, also push those to the main $posts array.
// Reversing this so that we have some better logic for
updating posts.
// Ideally, you don't need to loop through every page, you
could just
// update the most recent page or two.
for ( $i = 0; $i < $times; $i++ ) {
// Fetch a batch of posts
$response = $this->fetch_and_parse( $url, $i );
$more_posts = $response['response']['posts'];
$more_posts = $this->clean_tumblr_response( $more_posts );
if ( ! empty( $more_posts ) ) {
update_post_meta( $post_id, 'liveblog_posts_page_' . $i,
$more_posts );
}
// Add each of the posts to the main post array.
foreach ( $more_posts as $post ) {
$posts[] = $post;
}
}
This is silly.
Make posts,damnit.
Slack
Livebot
Livebotisanodeapplicationthatlistensfor
requestsfromSlackandrespondswithrequests
toaWordPressRESTAPIendpointtomanage
liveblogposts.Theapplicationisbestthoughtof
asamiddlewarethattranslatesrequestsbetween
theSlackserverandWordPress.Theapplication
itselfhasnoexternaldependencies(e.g.,
database,cache),makingtheapplicationvery
easytorun.
Sunstone
•30+years
•3500sessions
•Thousandsofpresenters
Sunstone
JakeSpurlock
@whyisjake

Mais conteúdo relacionado

Mais procurados

Happy Programming with CoffeeScript
Happy Programming with CoffeeScriptHappy Programming with CoffeeScript
Happy Programming with CoffeeScript
Eddie Kao
 
CoffeeScript presentation
CoffeeScript presentationCoffeeScript presentation
CoffeeScript presentation
John Lynch
 

Mais procurados (16)

Happy Programming with CoffeeScript
Happy Programming with CoffeeScriptHappy Programming with CoffeeScript
Happy Programming with CoffeeScript
 
DevOps Coping Strategy Number One - Corey Quinn, FutureAdvisor - DevOpsDays T...
DevOps Coping Strategy Number One - Corey Quinn, FutureAdvisor - DevOpsDays T...DevOps Coping Strategy Number One - Corey Quinn, FutureAdvisor - DevOpsDays T...
DevOps Coping Strategy Number One - Corey Quinn, FutureAdvisor - DevOpsDays T...
 
JAX London Version of the MongoDB/Java/AngularJS talk
JAX London Version of the MongoDB/Java/AngularJS talkJAX London Version of the MongoDB/Java/AngularJS talk
JAX London Version of the MongoDB/Java/AngularJS talk
 
誰でも作れるChrome拡張機能
誰でも作れるChrome拡張機能誰でも作れるChrome拡張機能
誰でも作れるChrome拡張機能
 
Automating Front-End Workflow
Automating Front-End WorkflowAutomating Front-End Workflow
Automating Front-End Workflow
 
Live Demo from JavaOne
Live Demo from JavaOneLive Demo from JavaOne
Live Demo from JavaOne
 
ChefConf 2013: Beginner Chef Antipatterns
ChefConf 2013: Beginner Chef AntipatternsChefConf 2013: Beginner Chef Antipatterns
ChefConf 2013: Beginner Chef Antipatterns
 
Mina deploy
Mina deployMina deploy
Mina deploy
 
Bower power
Bower powerBower power
Bower power
 
Tying it all together in real time - Connect.JS / Ti.Connect
Tying it all together in real time - Connect.JS / Ti.ConnectTying it all together in real time - Connect.JS / Ti.Connect
Tying it all together in real time - Connect.JS / Ti.Connect
 
Future of Web Development
Future of Web DevelopmentFuture of Web Development
Future of Web Development
 
CoffeeScript presentation
CoffeeScript presentationCoffeeScript presentation
CoffeeScript presentation
 
CoffeeScript - An Introduction
CoffeeScript - An IntroductionCoffeeScript - An Introduction
CoffeeScript - An Introduction
 
Women's Do It Yourself: Vagrant Chef Workshop [Jan 24 2015]
Women's Do It Yourself: Vagrant Chef Workshop [Jan 24 2015]Women's Do It Yourself: Vagrant Chef Workshop [Jan 24 2015]
Women's Do It Yourself: Vagrant Chef Workshop [Jan 24 2015]
 
Bundler is the Best
Bundler is the BestBundler is the Best
Bundler is the Best
 
Js unit testing
Js unit testingJs unit testing
Js unit testing
 

Semelhante a What the WordPress REST API Means for Javascript Developers

CoffeeScript-Ruby-Tuesday
CoffeeScript-Ruby-TuesdayCoffeeScript-Ruby-Tuesday
CoffeeScript-Ruby-Tuesday
Eddie Kao
 
CoffeeScript, An Introduction for Nodejs developers
CoffeeScript, An Introduction for Nodejs developersCoffeeScript, An Introduction for Nodejs developers
CoffeeScript, An Introduction for Nodejs developers
Mehdi Valikhani
 
CoffeeScript
CoffeeScriptCoffeeScript
CoffeeScript
None
 
AnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time webAnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time web
clkao
 

Semelhante a What the WordPress REST API Means for Javascript Developers (8)

Boxen: How to Manage an Army of Laptops and Live to Talk About It
Boxen: How to Manage an Army of Laptops and Live to Talk About ItBoxen: How to Manage an Army of Laptops and Live to Talk About It
Boxen: How to Manage an Army of Laptops and Live to Talk About It
 
CoffeeScript-Ruby-Tuesday
CoffeeScript-Ruby-TuesdayCoffeeScript-Ruby-Tuesday
CoffeeScript-Ruby-Tuesday
 
Getting Started with Puppet by Chad Metcalf Wibi Data
Getting Started with Puppet by Chad Metcalf  Wibi DataGetting Started with Puppet by Chad Metcalf  Wibi Data
Getting Started with Puppet by Chad Metcalf Wibi Data
 
Puppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 EditionPuppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 Edition
 
CoffeeScript, An Introduction for Nodejs developers
CoffeeScript, An Introduction for Nodejs developersCoffeeScript, An Introduction for Nodejs developers
CoffeeScript, An Introduction for Nodejs developers
 
CoffeeScript
CoffeeScriptCoffeeScript
CoffeeScript
 
Coffee scriptisforclosers nonotes
Coffee scriptisforclosers nonotesCoffee scriptisforclosers nonotes
Coffee scriptisforclosers nonotes
 
AnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time webAnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time web
 

Mais de Jake Spurlock

Mais de Jake Spurlock (11)

Monetize All the Things
Monetize All the ThingsMonetize All the Things
Monetize All the Things
 
How Maker Faire is Using WordPress
How Maker Faire is Using WordPressHow Maker Faire is Using WordPress
How Maker Faire is Using WordPress
 
Google Glass, Hands On
Google Glass, Hands OnGoogle Glass, Hands On
Google Glass, Hands On
 
WordCamp Vegas 2010
WordCamp Vegas 2010WordCamp Vegas 2010
WordCamp Vegas 2010
 
WordCamp 2010 The WordPress Loop
WordCamp 2010 The WordPress LoopWordCamp 2010 The WordPress Loop
WordCamp 2010 The WordPress Loop
 
The WordPress Loop
The WordPress LoopThe WordPress Loop
The WordPress Loop
 
WordPress Beginner Track
WordPress Beginner TrackWordPress Beginner Track
WordPress Beginner Track
 
Opening Day
Opening DayOpening Day
Opening Day
 
Logo Design
Logo DesignLogo Design
Logo Design
 
PhotoBlogging With WordPress
PhotoBlogging With WordPressPhotoBlogging With WordPress
PhotoBlogging With WordPress
 
Twitter Presentation
Twitter PresentationTwitter Presentation
Twitter Presentation
 

Último

原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
ydyuyu
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
F
 
一比一原版犹他大学毕业证如何办理
一比一原版犹他大学毕业证如何办理一比一原版犹他大学毕业证如何办理
一比一原版犹他大学毕业证如何办理
F
 
一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书
F
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
pxcywzqs
 
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
AS
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
ydyuyu
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Monica Sydney
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
F
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
F
 

Último (20)

South Bopal [ (Call Girls) in Ahmedabad ₹7.5k Pick Up & Drop With Cash Paymen...
South Bopal [ (Call Girls) in Ahmedabad ₹7.5k Pick Up & Drop With Cash Paymen...South Bopal [ (Call Girls) in Ahmedabad ₹7.5k Pick Up & Drop With Cash Paymen...
South Bopal [ (Call Girls) in Ahmedabad ₹7.5k Pick Up & Drop With Cash Paymen...
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
 
PIC Microcontroller Structure & Assembly Language.ppsx
PIC Microcontroller Structure & Assembly Language.ppsxPIC Microcontroller Structure & Assembly Language.ppsx
PIC Microcontroller Structure & Assembly Language.ppsx
 
一比一原版犹他大学毕业证如何办理
一比一原版犹他大学毕业证如何办理一比一原版犹他大学毕业证如何办理
一比一原版犹他大学毕业证如何办理
 
Leading-edge AI Image Generators of 2024
Leading-edge AI Image Generators of 2024Leading-edge AI Image Generators of 2024
Leading-edge AI Image Generators of 2024
 
一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书
 
Call girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girlsCall girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girls
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
Mira Road Housewife Call Girls 07506202331, Nalasopara Call Girls
Mira Road Housewife Call Girls 07506202331, Nalasopara Call GirlsMira Road Housewife Call Girls 07506202331, Nalasopara Call Girls
Mira Road Housewife Call Girls 07506202331, Nalasopara Call Girls
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
 

What the WordPress REST API Means for Javascript Developers