This app is made with the Ionic 4 framework. The purpose is to track movies and tv shows directly from a smartphone.
Today's version : 1.0.0
In order to install this project, please run the following commands:
npm install -g ionic
You will also need the Movie Database API. Please checkout the documentation to generate your API_KEY.
git clone https://github.com/raphaelsfeir/moviesApp.git
cd moviesApp
ionic g service services/credentials
In src/app/services/credentials.service.ts
, please insert your API_KEY in a public TMD_API_KEY :
public TMD_API_KEY = 'YOUR_API_KEY';
ionic serve
The app needs to access your local storage.
ionic cordova platform add (<android | ios>)
ionic cordova run (<android | ios>)
ionic cordova platform add (<android | ios>)
ionic cordova build (<android | ios>) [--prod | --debug]