FrankenJS Meetup June 14th 2018 @ Zollhof

Monetising Your App with Payment Request API - Christian Liebel, Thinktecture AG, Karlsruhe Goodbye, app store! Progressive Web Apps (PWA) is an application model that empowers web applications to use โ€œnativeโ€ features such as offline capability or push notifications. PWAs can be installed on the device by simply adding them to the home screen. With … Continue reading FrankenJS Meetup June 14th 2018 @ Zollhof

Making of weather-alert (1): Create Azure Functions with Visual Studio Code

weather-alert weather-alert analyzes and tweets if the local weather conditions are favorable for outdoor activities on the next day. Steps: Checks the weather forecast on OpenWeatherMap Analyze the weather conditions for outdoors activities Posts a tweet if the weather conditions are favorable VSCode setup Install theย Azure Functionsย extension in VS Code and sign in to Azure, … Continue reading Making of weather-alert (1): Create Azure Functions with Visual Studio Code

Making of insta-photo: Image analysis with the Computer Vision API

I wanted to try the Microsoft Cognitive Services since quite some time and I finally found some free time on a weekend a few weeks ago. insta-photo insta-photo analyzes an image with the Computer Vision API and displays the caption and tags which can be posted to social media, e.g. Instagram. Technology stack Angular Angular … Continue reading Making of insta-photo: Image analysis with the Computer Vision API