roam-research-js
v0.1.6
Published
Javascript client for Roam Research. Roam Alpha API interface adapted from [roam-client](https://github.com/dvargas92495/roam-client) by David Vargas.
Readme
roam-research-js
Javascript client for Roam Research. Roam Alpha API interface adapted from roam-client by David Vargas.
Quick Usage
npm install roam-research-js- In your entry file, import
import * as roamAPI from 'roam-research-js'(does nothing, it's just necessary to get global types for window.roamAlphaAPI)
Local development
git clone https://github.com/shanrauf/roam-research-jsyarn && yarn link- (In another local project)
yarn link roam-research-js
