Everything you need to get started with our cutting-edge platform.
Use the following command to install the elenebelocococicociciacicia package:
npm install @elenebelo/core
After installation, create a elenebelo.config.js
file in your root directory:
module.exports = {
apiKey: process.env.ELB_API_KEY,
mode: "developer"
}
1. Import the core module
const elb = require('@elenebelo/core')
2. Initialize with your config
const client = elb.init({
envPath: ".env"
})