0.0.2 • Published 7 years ago

termterm.js v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

TermTerm.js

Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js

Setup

  1. Install NPM
  2. npm install -g typescript
  3. npm install -g gulp-cli
  4. npm install
  5. npm build
  6. npm test

You can also use gulp or gulp watch for building & compiling.

TODO

  1. Testing (probably gonna experiment with some less verbose testing methods, in combination with jest)

Extra

Code ripped and ported from N3.js Credits for the logic to @RubenVerborgh.