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
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i is-cloudfoundry

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • nsand