Skip to content

Commit

Permalink
add a dotenv.config() %_%
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jun 30, 2019
1 parent e202641 commit ecfc527
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions get-balance.js
@@ -1,3 +1,4 @@
require("dotenv").config()
let pup = require("puppeteer")

;(async function() {
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"license": "GPL-3.0+",
"dependencies": {
"amex": "0.0.1",
"dotenv": "^8.0.0",
"puppeteer": "^1.17.0"
}
}

0 comments on commit ecfc527

Please sign in to comment.