Chapter 4. Using REST Web Services in Your AngularJS App

In the previous chapter, we saw how to build an application prototype using static data models.

During the actual development, we would obviously like to work with live dynamic data and would need it to be tied to a backend. In AngularJS, the easiest and most common way of interacting with backend application is via Representational State Transfer (REST) web services, using JavaScript Object Notations (JSON) formats.

In this chapter, we will see how to build an app that will display the latest box office movies for a selected country. We will make use of the easy-to-use web service APIs from www.rottentomatoes.com.

Some of the things that we will learn in this chapter are as follows:

  • What are ...

Get AngularJS Web Application Development Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.