Available npm packages

The following npm packages can be requested and used.

['axios', 'moment', 'lodash', '@slack/webhook', 'csv-parse', 'request', '@sheet/core', 'cheerio']

// Example
const moment = require('moment')

Use await in your code to wait for zoolo() calls or api fetches

// fetch and wait for the user's find
const users = await zoolo('users').find()

// fetch an external api and wait for the result
const axios = require('axios')
const result = await axios.get('api.foo-bar.com/properties').then(res => res.data)

Our system is constantly surveying custom code blocks for malicious activities. It is prohibited to penetrate and actively crash the system for obvious reasons.

⏱️ The max execution duration of a code block is 600.000ms ~ 10 Minutes

Last updated