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
}

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i is-cloudfoundry

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • nsand