Ample-Readwise is Amplenote plugin that implements Readwise-sync functionality desired by its author.
- Clone this repo.
git clone [email protected]:alloy-org/readwise.git
- Install node and npm if you haven't already.
- Run
npm install
to install the packages. - Copy
.env.example
to.env
and fill in the environment variable for your OpenAI key
Run NODE_OPTIONS=--experimental-vm-modules npm test
to run the tests.
If it complains about jsdom being absent, run npm install -D jest-environment-jsdom
and try again.
NODE_OPTIONS=--experimental-vm-modules npm run test -- --watch