playground-for-node icon indicating copy to clipboard operation
playground-for-node copied to clipboard

Added .env support

Open pandfun opened this issue 2 years ago • 2 comments

What does this PR do?

Add support to .env files.

Test Plan

  1. Installed the dot-env npm package
  2. Created a .env.example to show users how to use it.
  3. Updated app.js to fetch the api key, project id, etc using the .env file.
  4. Added .env to .gitignore.
  5. Updated README.md to reflect the new installation steps.

Related PRs and Issues

Closes: #14

Have you read the Contributing Guidelines on issues?

Yes

pandfun avatar Oct 11 '23 19:10 pandfun