Tagged: api

1

Android App : Incoming SMS Forwarder to Web

I always wanted a simple App that would read the SMS and push it to a web endpoint (also called webhook) sometimes. I wanted such an app to easily back up and process the SMSes in real-time and on the web.

4

Testing Async systems with Karate Testing Framework

I have love and hate relationship with asynchronous systems. I love them because the flow is natural and doesn’t waste time and resources. I hate them because it’s difficult to test and debug. The most common asynchronous system that you would have used is Webhook type. Where you get a callback from an...

Using Netatmo and Pushover API to get weather alerts. 1

How to setup and run Node-Red

Table of Contents1 Install and setup2 Setup your flow3 API Access4 End Note Node-Red is IBM open source project for wiring things on internet. It was started by IBM’s Emerging Technology Services team and now is part of JS Foundation, For anyone who has been a fan of Yahoo Pipes the interface and...

Batch transliterating names into Kannada using Google API 3

Batch transliterating names into Kannada using Google API

Some times work at Janaagraha throws awesome challenges. Like as part of BEST project we are cleaning up voters list. Voters list in Karnataka will have names in both English and Kannada, Most of the volunteers have filled up only in English and hence we were left with transliterating names into Kannada. I...