
OMDb Search
Simple OMDb API for searching media.
$0.00
Details
- Version:
- 1.0
- Ionic:
- Platforms:
- iOS, Android
- Released:
- 4 years ago
- Updated:
- 4 years ago
- Category:
- Starters
- Tags:
- ,
This is a basic app starter for using the OMDb API. Contains a basic form for search, listings page, and details page. Links out to IMDB and Rotten Tomatoes as well.
Form: A simple form that combines both the "Title" search type and "ID" search type into one form, apposed to two separate. The service manages what type of search and return data/routes to details accordingly. Form has minor validation on it, but could be expanded.
Service/Factory: Basic service for API communication. Handles Async calls using $q promises. There are unit tests setup for this using Protractor.js.
**This is provided freely and you are welcome to modify, share, distribute, or do whatever you want with. I hope this helps someone somehow and they pay it forward.