An open API service indexing awesome lists of open source software.

https://github.com/agrison/recall-popcorn


https://github.com/agrison/recall-popcorn

Last synced: 8 months ago
JSON representation

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
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/dashboard.png)

#### Search for The Godfather
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/search.png)

#### Search detail
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/search-detail.png)

#### Dashboard updated after adding The Godfather
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/dashboard-updated.png)

#### Dashboard Action Call on The Godfather
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/dashboard-action-call.png)

#### Dashboard detail on the Godfather
![dashboard](https://raw.githubusercontent.com/agrison/recall-popcorn/master/screenshots/dashboard-detail.png)

Cheers!