https://github.com/franjid/filmaffin-ionic-app
Filmaffin Ionic App. Playing around with ionic framework to get data from an API and render results.
https://github.com/franjid/filmaffin-ionic-app
angular ionic ionic-apps ionic-framework movies typescript
Last synced: about 1 month ago
JSON representation
Filmaffin Ionic App. Playing around with ionic framework to get data from an API and render results.
- Host: GitHub
- URL: https://github.com/franjid/filmaffin-ionic-app
- Owner: franjid
- License: mit
- Created: 2018-03-27T13:08:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:09:46.000Z (about 2 years ago)
- Last Synced: 2025-02-03T02:11:09.476Z (3 months ago)
- Topics: angular, ionic, ionic-apps, ionic-framework, movies, typescript
- Language: TypeScript
- Size: 8.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filmaffin-ionic-app
Filmaffin Ionic App. Playing around with ionic framework to get data from an API and render results.## Steps to run
```
npm install
```* Run app in browser:
```
ionic serve
```* Run app in device:
```
ionic cordova platform add android
```*Important*
For push notifications, you need to copy your `google-services.json` file ([from Firebase](https://firebase.google.com/docs/cloud-messaging)) to `platforms/android`.
And finally you can compile and run the app in your device:
```
ionic cordova run android --device
```### Notifications icon note
In case there is a weird behaviour with the notifications app (not being the one it should be), make sure to replace `ic_launcher` strings by `fcm_push_icon` in `platforms/android/android.json`.
Also, copy `resources/notifications_icons` to `platforms/android/app/src/main/res`.