https://github.com/agrison/recall-popcorn
https://github.com/agrison/recall-popcorn
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agrison/recall-popcorn
- Owner: agrison
- Created: 2015-06-11T09:37:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T20:56:14.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T10:43:03.939Z (over 1 year ago)
- Language: JavaScript
- Size: 7.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What is it?
Recall PopCorn is an ionic application whose goal is to recall movies you wanted to see but didn't.
It searches for movies on IMDb via omdbapi.com
It's a one night dev project, it certainly misses some love to shine.
### How to use
Clone the repository then:
cd recall-popcorn
ionic run android or ios
### Credits
Splashscreen PopCorn image come from DeviantArt by natalia-factory: http://www.deviantar.com/art/Pop-Corn-84989054
Movie information comes from IMDb via the use of the REST API at omdbapi.com
### Screenshots
#### Dashboard

#### Search for The Godfather

#### Search detail

#### Dashboard updated after adding The Godfather

#### Dashboard Action Call on The Godfather

#### Dashboard detail on the Godfather

Cheers!