Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonster/csl-validator.js

CSL validator in JavaScript using emscripten
https://github.com/simonster/csl-validator.js

Last synced: 2 months ago
JSON representation

CSL validator in JavaScript using emscripten

Awesome Lists containing this project

README

        

# csl-validator.js

A CSL validator for JavaScript, based on rnv and emscripten. To use, include
csl-validator.js and call:

```javascript
var output = validate("string");
```

```output``` will be the output of the rnv command-line tool.

To compile:

1. Get emscripten and node.js
2. ```git clone --recursive git://github.com/simonster/csl-validator.js.git```
3. Edit the Makefile to set the path to emscripten
4. ```make```