npm install idexo-sdk
const ido = require('idexo-sdk')const plainText = 'Hello World' // replace this with your plain text ido.uploadPlain(plainText)