Skip to content

juanroldan1989/ionic-movie-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieQuotes Ionic App

Ionic app interacting with MovieQuotes API

Features

  • Fetch well known quotes from more than 500 movies.
  • Search through movie quotes by actors, characters, movies, genres and even pieces of quotes.

Development

  1. Setup Node 6.9.0 or higher, together with NPM 3 or higher, Angular2 and Ionic2 frameworks.

  2. Clone repository:

git clone git@github.com:juanroldan1989/ionic-movie-quotes.git
  1. Get a API Key (free). Please send an email to juanroldan1989@gmail.com

  2. Place API Key on this file:

# /app/services/quotes.service.ts

...
authHeader:string = "Token token=AAABBB111222";
...
  1. Launch server:
$ cd ionic-movie-quotes
$ ionic serve

Demo

Searching quotes by actors, characters, movies, genres and even pieces of quotes. Please click on image to checkout the demo:

Q&A

Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request.