0.2.3 • Published 6 years ago

paper2json v0.2.3

Weekly downloads
13
License
MIT
Repository
-
Last release
6 years ago

Paper2JSON

In summary, the coolest thing ever.
Also converts a Dropbox paper document to JSON using ArchieML.

Sister project to Googledoc-to-json

CLI Usage

$ npx paper2json <Dropbox docId> -t <Dropbox Access Token>
// will output aml.json (default)

API

const fs = require('fs')
const paper2json = require('paper2json')
paper2json(docId, accessToken)
  .then(aml => fs.writeFileSync('test/aml.json', JSON.stringify(aml, null, '\t')))

Get a damn access token by reading this...

Testing

$ ACCESS_TOKEN=xxyyzz npm test
0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago