Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonster/csl-validator.js
- Owner: simonster
- License: other
- Created: 2012-04-17T04:56:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-10T04:18:04.000Z (over 11 years ago)
- Last Synced: 2024-05-08T21:14:35.066Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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```