From a7d23686f4ef2c381cdcb988835fe52a30f613b8 Mon Sep 17 00:00:00 2001 From: Rod Xavier Bondoc Date: Fri, 27 Oct 2017 11:15:11 +1100 Subject: [PATCH] feat(.env): Add .env_sample and update readme --- .env_sample | 1 + README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .env_sample diff --git a/.env_sample b/.env_sample new file mode 100644 index 0000000..937e999 --- /dev/null +++ b/.env_sample @@ -0,0 +1 @@ +export SENDGRID_API_KEY='' diff --git a/README.md b/README.md index ba9c9a6..db114eb 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,16 @@ or easy_install python_http_client ``` +## API Key + +Store your SendGrid API key in a .env file + +```bash +cp .env_sample .env +``` + +Edit the `.env` file and add your API key. + # Quick Start