From ff35b8772e30662c929a4e0e860a5fe29e5b70a5 Mon Sep 17 00:00:00 2001 From: Tben <52448020+BenjaminToby@users.noreply.github.com> Date: Wed, 3 May 2023 07:31:09 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0879305..9a64b19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Datasquirel -This package requires an account with datasquirel, so be sure to create an account at [datasquirel-create-account](https://datasquire.com/create-account) before you continue. +This package requires an account with datasquirel, so be sure to create an account at [datasquirel-create-account](https://datasquirel.com/create-account) before you continue. ## Instalation @@ -19,3 +19,9 @@ const datasquirel = require("datasquirel"); ``` ## Usage + +### Fetch Data + +This method requires a readonly key or fullaccess key gotten from [datasquirel](https://datasquirel.com/). It uses a basic https get request paired with some query params. + +`code`