Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

platformsh/platformsh-nodejs-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platformsh-nodejs-helper

Helper for running nodejs applications on Platform.sh.

Purpose

Reads Platform.sh configuration from environment and returns a single object.

Usage:

npm install platformsh --save

And in your code:

const config = require('platformsh').config();

Releases

No releases published

Packages

No packages published