API implementation of Rotten Tomatoes for Drupal
Idea is to make a library of API functions of rotten tomatoes which can be used with Drupal hooks and functions to serve functionalities like
- basic set of functions to allow users to connect to rotten tomatoes and make api call.
- search movies by title, rotten id, imdb id.
- separate functions to get rotten rating for movie by rotten id, get casting of movie.
- advance search options like search movie by country, latest released, movies making good business.
- Finally create drupal nodes with returned API data.