Skip to content
forked from otelnov/pushNews

Ionic app with push notifications, created while writing this article

License

Notifications You must be signed in to change notification settings

Fr4ncx/pushNews

 
 

Repository files navigation

Running the server

PushNewsCert.pem and PushNewsKey.pem should be created

$ npm install
$ node server.js

Building iOS app

$ npm i -g cordova ionic

$ cordova plugin add cordova-plugin-console
$ cordova plugin add cordova-plugin-device
$ cordova plugin add com.ionic.keyboard
$ cordova plugin add https://github.com/phonegap-build/PushPlugin.git
$ cordova plugin add cordova-plugin-inappbrowser

$ ionic platform add ios
$ ionic build ios
$ ionic run ios
<iframe width="640" height="480" src="https://www.youtube.com/embed/MRSIgfM-Omc?rel=0" frameborder="0" allowfullscreen></iframe>

About

Ionic app with push notifications, created while writing this article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • CSS 13.9%
  • C++ 5.7%
  • Objective-C 0.4%
  • Java 0.3%
  • HTML 0.2%
  • Other 0.1%