Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunosalerno/node-sgf-parser

A node.js sgf files parser
https://github.com/brunosalerno/node-sgf-parser

Last synced: 1 day ago
JSON representation

A node.js sgf files parser

Awesome Lists containing this project

README

        

node-sgf-parser
===============

A node.js sgf files parser.
Based on [wgo.js](https://github.com/waltheri/wgo.js).

Installation
============
```
npm install node-sgf-parser
```

Usage
=====
```
var sgf_parser= require('node-sgf-parser');
var sgf = sgf_parser.parseFromSgf(your_sgf_file_string);
//do stuff
```