is-cloudfoundry

0.1.1 • Public • Published

is-cloudfoundry

Determines if the environment is Cloud Foundry

Installation

npm install --save is-cloudfoundry

Usage

var isCF = require('is-cloudfoundry');

if (isCF) {
	// Running on Cloud Foundry
}
else {
	// Running somewhere else
}

Package Sidebar

Install

npm i is-cloudfoundry

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • nsand