0.1.6 • Published 4 years ago

fetch-roamresearch v0.1.6

Weekly downloads
59
License
MIT
Repository
github
Last release
4 years ago

fetch-roamresearch

Export a Roam Research database

Installation

npm install fetch-roamresearch

Usage

import fetchRoamResearch from "fetch-roamresearch";

const ROAM_URL = "https://roamresearch.com/#/app/YOUR_ROAM_DATABASE";
const ROAM_EMAIL = "YOUR_ROAM_EMAIL";
const ROAM_PASSWORD = "YOUR_ROAM_PASSWORD";

const pages = await fetchRoamResearch(ROAM_URL, {
  email: ROAM_EMAIL,
  password: ROAM_PASSWORD,
});

Note that it only works with an email/password login. Google login is not supported.

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago