Currently building out an API that will be billed on a per-request basis. I don't want to reinvent the wheel, I could use stripe, paddle.io or chargebee for charging, but I was wondering if there are any good express plugins that would make my life easier. Any experiences would be appreciated
Ask HN: Which JavaScript lib for metering APIs should I use?
1–5 of 5 posts
Re: Ask HN: Which JavaScript lib for metering APIs should I use?
#2https://www.getlago.com/ gets mentioned regularly (also they're a Ycombinator company and had a job post on the frontpage today).
Re: Ask HN: Which JavaScript lib for metering APIs should I use?
#3https://openmeter.io with Stripe.
also available OSS: https://github.com/openmeterio/openmeter
Re: Ask HN: Which JavaScript lib for metering APIs should I use?
#4https://openmeter.io with Stripe. also available OSS: https://github.com/openmeterio/openmeter
Thanks, didn't come across them!
Re: Ask HN: Which JavaScript lib for metering APIs should I use?
#5https://www.getlago.com/ gets mentioned regularly (also they're a Ycombinator company and had a job post on the frontpage today).
Thank you, very useful