/PeriodicWords

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

Primary LanguageJavaScript

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