This is a follow-up of #8. Instead of asking the user to modify the source code, use a package like [dotenv](https://www.npmjs.com/package/dotenv) in combination with a `.env` file. https://github.com/ionicc/Github-organization-inviter/blob/5381d04484b94a64d836c6b215ce67827fa58e72/main.js#L17-L18
This is a follow-up of #8.
Instead of asking the user to modify the source code, use a package like dotenv in combination with a
.envfile.Github-organization-inviter/main.js
Lines 17 to 18 in 5381d04