0.0.1 • Published 10 years ago

rottentomatoes v0.0.1

Weekly downloads
2
License
BSD
Repository
github
Last release
10 years ago

rottentomatoes

Service for making rottentomatoes calls using their API

Additional Notes

Using rottentomatoes in your own app is easy now.

Simply reference email in your module:

 var app = angular.module('myapp', ['movie']);

and then $email in your controller:

 function MyController($scope, $movie)
 

Finally request a book:

 $video.search(api_key,query,results); 

If you'd like to create a service for another data provider please add to NPM using angularjsservices, ng-services, or ngservices as the keyword I plan to aggregate using that at some point.

0.0.1

10 years ago

0.0.0

10 years ago