Fetched data from Restify API using EmberJS Model Hooks
The Restify API has an endpoint that gets a current count of documents in a MongoDB collection.
Using a model hook in emberJS, I pulled the data and displayed it on the frontend.
Using a model hook in emberJS, I pulled the data and displayed it on the frontend.