Skip to content

nrlquaker/sauce.js

Repository files navigation

sauce.js

Build Status

sauce.js is SAUCE parser for Node.js

Installation

npm install sauce.js

Usage

const sp = new SauceParser()
const result = sp.parse('/path/to/file.ans')
console.log(result)

License

sauce.js is released under the MIT License