Workshop repository for jsconfar.com - Nov 28, 2014
To expedite the workshop would be ideal to try to have some tools installed on our system.
- Simple server-side application
We create a nodejs application to connect with WordPress.
We use node-wpcom-oauth to get oauth authorization and then use wpcom.js to
connect out application with services.
a. Create/grab a WordPress service
b. Create a Developer WordPress.com application
c. Make a really simple web server with express.js
d. Add node-wpcom-oauth dependency
f. Create routes to run oauth steps
e. Add wpcom.js module, create a simple route to get user info
- Hitting from the client
Let's get resources
- Event emission
