An open API service indexing awesome lists of open source software.

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

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/)