NewickJS JavaScript library for parsing the Newick format. About Newick format @ wikipedia: http://en.wikipedia.org/wiki/Newick_format Install $ npm install newick Usage: import { Newick } from 'newick' const newick = new Newick('some data') Documentation Github Wiki TODO: Newick.dfs: more tests