Combining Ember, Ember-Data, WP-API & WordPress

Hey everyone. I’m fairly new to Ember but I’ve done some development the past year. I’ve started a project for myself to Combine Ember with WordPress and use WordPress combined with Apache’s mod_rewrite to serve static html pages to search engines to keep my single page app crawlable.

The git repo can be found at GitHub - calouette/ember-wp-api: Ember Cli project connecting Ember-Data to WordPress' WP-API and utilizing Wordpress to serve search engines if anyone is interested in taking a look.

I’m using Ember-CLI as well as the canary versions for both ember and ember-data

Awesome! Thanks for sharing! :smile:

Have you done anything with authenticating against WP? I built a similar architecture but got stuck when we need to authenticate.