TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Donate to Charity Through API

5 pointsby rustyfeover 9 years ago
Does anyone know of a good service or plan of attack for donating to charity through a REST API?<p>I&#x27;m writing an Amazon Lambda job that will run every week, check how days that week I committed to GitHub, and charge me money if I&#x27;m not keeping up with my goal. I could just have it send me angry emails or something, but I think having real money on the line will keep me motivated.<p>I don&#x27;t want to have money go to waste or anything, so I think a nice use of it would be to give it to a charity. However, I haven&#x27;t yet found an easy way to go about this. Has anyone faced a similar challenge and found a good solution? Most everything I&#x27;ve found is about solutions for the charities themselves, which isn&#x27;t what I&#x27;m going for.

2 comments

chadkruseover 9 years ago
You might be able to pull off the payments side using cryptocurrencies. Check out the CharityCoin directory for Bitcoin addresses: <a href="https:&#x2F;&#x2F;github.com&#x2F;charitycoin&#x2F;directory" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charitycoin&#x2F;directory</a>. You also might want to check in with the Stellar folks (<a href="http:&#x2F;&#x2F;slack.stellar.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;slack.stellar.org&#x2F;</a>). They&#x27;re working on some cool international projects dealing with financial inclusion, though there&#x27;s a good chance you&#x27;ll have to build the necessary connections to the Stellar network yourself.
评论 #10955922 未加载
rendxover 9 years ago
Why don&#x27;t you simply pick a bunch of charities you like and donate to them? I don&#x27;t think spreading it thin across too many organizations makes a lot of sense. Even if you were to donate $100k per year, why not make it $100k to one project you really like?
评论 #10955926 未加载