https://github.com/ninivert/periodicwords
Decompose any word/sentence into all possible combinations of chemical element symbols from the table of Mendeleev
https://github.com/ninivert/periodicwords
decomposer mendeleev periodic-table periodic-table-of-elements
Last synced: 3 months ago
JSON representation
Decompose any word/sentence into all possible combinations of chemical element symbols from the table of Mendeleev
- Host: GitHub
- URL: https://github.com/ninivert/periodicwords
- Owner: ninivert
- Created: 2019-02-16T22:23:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T17:00:33.000Z (about 3 years ago)
- Last Synced: 2025-01-05T14:27:50.023Z (5 months ago)
- Topics: decomposer, mendeleev, periodic-table, periodic-table-of-elements
- Language: JavaScript
- Homepage: https://ninivert.github.io/PeriodicWords/
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
npm install
npm start
```## [Live demo](https://ninivert.github.io/PeriodicWords/)
Or run it locally
```shell
cd web
npm install
npm start
```# Sources
- Periodic Element Table JSON file: [github.com/lbthomsen](https://github.com/lbthomsen/Periodic-Table-JSON/blob/master/PeriodicTableJSON.json)
- Periodic Element Cards: [sciencenotes.org](https://sciencenotes.org/periodic-table-element-cells/)