Ruby Gem For Pricing Digital Products Based On Purchasing Power Parity
Published Ruby gem `geo_ppp` calculates digital product pricing based on user's purchasing power parity, adjusting prices according to local costs. Source code available at https://github.com/warunacds/geo_ppp
Recently, I published a simple ruby gem for calculating pricing for digital products based on the user's purchasing power parity. Not everyone can afford the default pricing of the high-income world. A cup of Coffee in India or Argentina costs less than in the USA or Singapore. Therefore, I wanted to apply the same principle to a digital product I'm building. I couldn't find an easy way to calculate this with Ruby. Looking around, I got inspired by an NPM package called purchasing-power-parity npm and created a similar library using Ruby. If you would like to take a look at the source code or...