From 6613c27d4aa8128f1ec4c2766b588e301b14899b Mon Sep 17 00:00:00 2001 From: Zan Markan Date: Mon, 20 Nov 2017 12:03:51 +0000 Subject: [PATCH] Update readme with a blurb --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c21734a..1b1bbf4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# LiveCryptocurrencyNotifications -Example app for a blog post on making a live notification for Android +# Making live notifications for Android using Pusher + +https://blog.pusher.com/making-live-notifications-for-android-using-pusher/ + +This is a sample project accompanying a blogpost on [Pusher's blog](https://blog.pusher.com/making-live-notifications-for-android-using-pusher/). +It teaches you how to create a simple live notification on Android that will help you to track live bitcoin price with a minimal drain on the battery. +It has 2 components - an Android application that subscribes to notifications via FCM, and a Node server that is making the pushes to it. + +![sample image](https://blog.pusher.com/wp-content/uploads/2017/07/making_live_notification_android_using_pusher_crypto_notification.png) + +Licensed under the MIT license. See `LICENSE` for details. + +Commissioned by [Pusher](http://www.pusher.com) +