cfenv for Easier NodeJS on Cloud Foundry

Now I’m working at IBM I am making extensive use of their Bluemix Platform, which is based on Cloud Foundry. The way that Cloud Foundry is set up is actually very neat, with everything you need contained in JSON structures within environment variables. Parsing out those values can be a pain however, so I thought I’d share the library that’s helping me the most with this: cfenv. Continue reading