I used to use IFTTT to turn my Twitter favorites into Tumblr Quote posts automatically. Since Twitter started locking down their API and shutting IFTTT out, I needed a workaround. Using node.js, I wrote a quick server that uses the authenticated json API and makes an RSS feed. After a quick deploy to Heroku, all … Read More “Turn Twitter Favorites into an RSS feed” »
Tag: nodejs
Programming
Programming
When I reinstalled my system w/ Lion a few weeks back, I decided to start using Pow! as my “web server” of choice. I’ve been spending a lot more time in Rails over the past few months because of my day job and wasn’t really relying on my Apache/PHP installation as much. I delegated Apache … Read More “Using Pow for PHP (or anything on Apache)” »