Read environment variables in Node.js
Is there a way to read environment variables in Node.js code?
Like for example Python's os.environ['HOME'].
Is there a way to read environment variables in Node.js code?
Like for example Python's os.environ['HOME'].