From b5b9318e68f140191c8ebb7e0e4e3f35f5dd085e Mon Sep 17 00:00:00 2001 From: KGFCH2 Date: Wed, 27 May 2026 03:42:30 +0530 Subject: [PATCH] docs: document environment configurations and setup guide in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59df00f..f4ae6b7 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,14 @@ https://cybershield-url.netlify.app This project uses: * Google Safe Browsing API - * Detects malicious URLs * Requires API key from Google Cloud Console + * **To generate your API Key**: + 1. Go to the [Google Cloud Console](https://console.cloud.google.com/). + 2. Create or select a project. + 3. Enable the **Safe Browsing API**. + 4. Go to **APIs & Services > Credentials** and generate an API key. + 5. Save the key in your local `.env` configuration file. ---