@meroxa/meroxa-js
TypeScript icon, indicating that this package has built-in type declarations

1.7.1 • Public • Published

Meroxa JS

Installation

npm install https://github.com/meroxa/meroxa-js.git

Usage

import { Client } from "@meroxa/client"

// Initializing a client
let meroxa = new Client({
auth: process.env.MEROXA_TOKEN,
})

;(async () => {
let resources = await meroxa.resources.list()
}

Requirements

Runtime: node >= 12 Type definitions (optional): typescript >= 4.2

Readme

Keywords

none

Package Sidebar

Install

npm i @meroxa/meroxa-js

Weekly Downloads

0

Version

1.7.1

License

MIT

Unpacked Size

36.5 kB

Total Files

29

Last publish

Collaborators

  • meroxa-machine
  • jessemeroxa
  • jamesmeroxa
  • brettgoulder