Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 235 Bytes

File metadata and controls

9 lines (5 loc) · 235 Bytes

A very simple integration of seatable for NodeJS.

const sea = new Seatable({token: SEATABLE_TOKEN })
await sea.getBase( BASE_ID )
let content = await sea.getTable( "Content" )
let blog = await sea.getTable( "Blog" )