Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 641 Bytes

Periodic Words

Decompose any word/sentence into all possible combinations of chemical element symbols from the table of Mendeleev.

Instructions

Command line (node.js)

Modify options in the config.json file then run

npm install
npm start

Or run it locally

cd web
npm install
npm start

Sources