Skip to content

nativescript app to receive notifications from notifier-web server

Notifications You must be signed in to change notification settings

1u0n/notifier-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTIFIER - APP

nativescript mobile app to receive notifications from notifier-web server. Just enter your server parameters (ip, username & password) and it'll keep a connection to receive the notifications generated by the server. If the app gets killed, a background service will run periodically to check with the server for new messages.

Since it uses Nativescript, this javascript code compiles to native Android and iOS apps.

TODO

  • iOS: Check server while app on background. Nativescript doesn't offer a cross-platform way to do this, only Android part is done so far, so the iOS app isn't quite functional yet.

Use it

grab the latest release , or:

  • clone/download the repo
  • install Nativescript CLI
  • connect your mobile phone to the computer or set up an emulator, and:
    $ tns platform add android
    $ tns run android
    
    will automatically download the dependencies, build and launch the app

NOTE currently there's a small bug in one of the dependencies, if you are building this yourself, after downloading the dependencies you'll have to make a one-line modification as seen here

Screenshots

screen1 screen2 screen3

Techs

Disclaimer

This is just a test project for me to learn new stuff. Use it as you like and don't expect it to work flawlessly.

About

nativescript app to receive notifications from notifier-web server

Resources

Stars

Watchers

Forks

Packages

No packages published