From 7cc7782407330414e4bb388db1c01d644c4c3812 Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 24 Feb 2021 23:41:43 +0200 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b6d4dfa..ba951a7 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,19 @@ 1. Register for a free online account 1. Get a free API Key at **Settings->Enable the Swarmlab hybrid** Menu +1. Get a free API Key at [https://example.com](https://example.com) +2. Clone the repo + ```sh + git clone https://github.com/your_username_/Project-Name.git + ``` +3. Install NPM packages + ```sh + npm install + ``` +4. Enter your API in `config.js` + ```JS + const API_KEY = 'ENTER YOUR API'; + ```