We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b7d39 commit 693100fCopy full SHA for 693100f
README.md
@@ -61,24 +61,6 @@ Install smtpapi-nodejs and its dependencies:
61
npm install
62
```
63
64
-## Setup Environment Variables
65
-
66
-### Initial Setup
67
68
-```bash
69
-cp .env_sample .env
70
-```
71
72
-### Environment Variable
73
74
-Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example:
75
76
77
-echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
78
-echo "sendgrid.env" >> .gitignore
79
-source ./sendgrid.env
80
81
82
## Dependencies
83
84
- Please see [package.json](https://github.com/sendgrid/smtpapi-nodejs/blob/master/package.json)
0 commit comments