From a6043d51d43f8fa346f3ecf910b7c73b6fb85884 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 20 Jul 2022 13:18:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adds=20.env=20file=20for=20API?= =?UTF-8?q?=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..b3d533b --- /dev/null +++ b/.env @@ -0,0 +1,8 @@ +# Environmental Variables can be stored here +# Be sure to uncomment any line you populate + +# SHODAN_API_KEY='' + +# WHO_API_KEY='' + +# SECURITY_TRAILS_API_KEY=''