See what we’ve written lately
How to render a single HTML file within ExpressJS on Openshift
Deprecated Openshift v2.0 has now reached End of Life [https://blog.openshift.com/migrate-to-v3-v2-eol/] and will be replaced by v3.0. -------------------------------------------------------------------------------- Step 1 index.js exports....
Headless Spotify Player
This is such a great idea. I've got to make this one day. Headless Spotify player [http://tapmantwo.blogspot.com/2013/04/building-headless-spotify-player-using.html]...
Express: Strip out port from req.headers.host
I doubt anyone will ever need this but just in case. I had a scenario where I needed to deliver the hostname (without the port) through an .ejs...
Grab data from a Twitter Proxy
Pull cached Twitter data from http://socialproxy.classicalkusc.org [http://socialproxy.classicalkusc.org/] and present it as HTML. /** * ------------------------------------------------------- * KUSC.org Twitter Feed * ------------------------------------------------------- * * Modified: 6/12/2012...
Creating an Express app with MongoDB on Openshift (Deprecated)
Deprecated Openshift v2.0 has now reached End of Life [https://blog.openshift.com/migrate-to-v3-v2-eol/] and will be replaced by v3.0. -------------------------------------------------------------------------------- Here's how to...