This sample shows two Azure Functions:
- A Timer Triggered function used to save bitcoin value every hour to an Azure Table. It also sends a notification with Azure AppCenter to all registered devices (Android, iOS and Windows 10) with the value of the Bitcoin and Ethereum coins.
- An HTTP Triggered function used to get the current bitcoin and ethereum value as well as the current trend (up, flat, down) calculated over the last 10 samples.
In addition you will find a Xamarin application for Android, iOS and for Windows Universal (UWP) connecting to the HTTP Triggered function and displaying the result. The client application also receives the AppCenter push notification and displays it in a local notification.
You can find the following content related to this sample:
- General content:
-
Server-side:
-
Client-side: