Ionic based mobile application pulls movie information from RottenTomatoes
Go through the steps mentioned in the below url to scaffold ionic app.
https://github.com/diegonetto/generator-ionic
- Clone the repository
- Execute 'npm install' 'bower install'
ionic serve 5001 5002 //5001 is for webapp and 5002 is for Live-Reload
ionic server 5001 5002 --lab
- Integrate with Rotten API - Done
- Add Login screen
- Add Auth0 integration, support Facebook and Google support
- Watch list
- Offline Support for Watch List
- Access Contacts and share the movie with a contact
- Integrate with Fandango API to get the nearby showtimes and theatres list