Skip to content

Commit a7d2368

Browse files
author
Rod Xavier Bondoc
committed
feat(.env): Add .env_sample and update readme
1 parent adf4a31 commit a7d2368

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.env_sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export SENDGRID_API_KEY=''

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ or
4444
easy_install python_http_client
4545
```
4646

47+
## API Key
48+
49+
Store your SendGrid API key in a .env file
50+
51+
```bash
52+
cp .env_sample .env
53+
```
54+
55+
Edit the `.env` file and add your API key.
56+
4757
<a name="quick-start"></a>
4858
# Quick Start
4959

0 commit comments

Comments
 (0)