Skip to content

j-norwood-young/xd-crossword-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xd-crossword-parser

A library for converting .xd crossword data (as defined by Saul Pwanson - http://xd.saul.pw) to JSON by Jason Norwood-Young

branches functions lines statements

Installing

npm install --save xd-crossword-parser

Usage (Babel, Node.js etc)

const xdparser = require("xd-crossword-parser");
let crosswordData = xdparser(data);

Testing

npm i
npm run test

About

A library for converting .xd crossword data (as defined by Saul Pwanson - http://xd.saul.pw) to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published