In this chapter, we are going to build a simple application that consumes the Reddit API using Ember Data. As we build this, we will be making several adapter and serializer customizations and seeing them all work together. Let’s get started!
Setup
I’ve created a simple Reddit application that displays posts from the emberjs subreddit. The code for this application can be found in the chapter-12 folder of the source code for this book.