Tagged: CouchDB

2

Portable PoIs across Apps

Today, many apps across platforms (web, android, ios, car) use location (lat,lng) or address as the starting point. But there is no single source of truth for my PoIs shared across various apps. For example, I need to store “HOME” on Google Maps, Uber, Ola, and other apps. If you shift, then you will have to update everywhere. There is no way to sync.

GPSLogger wth CouchDB 1

GPS Logging using GPSLogger and CouchDB

One of the valuable features of Google maps app is GPS logging. It keeps track of where you have been so you can take action if required later. I wanted an open-source, self-hosted version of that.

0

Readlists

I love readlists. After it closed down, I used the pinboard’s tag as a way to share it. For a long time, I wanted to own the process and data. Now I do. 

0

GeoJSON and WordPress

I have been using maps inside WordPress using Maps Maker Pro. You can see all my major road trips were mapped using that. I like it so much that I paid for it. But recently, I have been thinking about moving map content outside WordPress and maybe using WordPress only to display. Then came the question of how and where to store GIS content.

0

Counting My RSS Feed Subscribers

How many subscribers does my blog have? It’s difficult to answer the question.

0

Blogring – Web Component using Vanilla JavaScript

I wanted to write a simple web component to display the Blogring. Currently, I have embed.html, I use it in an iframe, inside which we get the data to create the content and set it as the innerHTML of a div. I just wanted a fancy tag that would embed the Blogring.