Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 495 Bytes

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