datasquirel/README.md
2023-05-03 07:27:39 +01:00

22 lines
428 B
Markdown

# 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.
## Instalation
### Package manager
Using npm:
```bash
$ npm install datasquirel
```
Once the package is installed, you can import the library using `require` approach:
```js
const datasquirel = require("datasquirel");
```
## Usage