Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 337 Bytes

DOCSINTRO.md

File metadata and controls

17 lines (11 loc) · 337 Bytes

Welcome to the Unofficial Dathost JS/TS wrapper Documentation

Starting point

Look over the index documentation.

Example

import Dathost from 'dathost'

const dathost = new Dathost('email', 'password')

// Get account
const account = await dathost.account()
console.log(account.id, account.email, account.credits)