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

https://github.com/robloach/datfile

ClrMamePro DAT file parser for Node.js
https://github.com/robloach/datfile

Last synced: 11 months ago
JSON representation

ClrMamePro DAT file parser for Node.js

Awesome Lists containing this project

README

          

# robloach-datfile

A [clrmamepro .dat file format](https://github.com/SabreTools/SabreTools/wiki/DatFile-Formats#clrmamepro-format) parser for Node.js.

## Usage

``` javascript
var datfile = require('robloach-datfile')
datfile.parseFile('file.dat').then(function (database) {
console.log(database)
})
```