node-telegram-bot-api icon indicating copy to clipboard operation
node-telegram-bot-api copied to clipboard

chore: Add dotenv to simplify local development

Open Dima-Dim opened this issue 2 years ago • 2 comments

  • [x] All tests pass
  • [x] I have run npm run doc

Description

So that you don't have to constantly export environment variables and be able to change them conveniently.

Dima-Dim avatar Sep 25 '23 04:09 Dima-Dim

It's nice but this shuld probably be implemented by the main app, not this library

yagop avatar Sep 25 '23 12:09 yagop

It's nice but this shuld probably be implemented by the main app, not this library

This is for development of this library. When I was preparing the PR and running the tests I made this for myself. I think it should be more convenient for contributors than exporting variables.

Dima-Dim avatar Sep 25 '23 12:09 Dima-Dim