https://github.com/vvzen/periodic-table-name-generator
A personal coding challenge to process a name and get a list of chemical symbols contained in its name
https://github.com/vvzen/periodic-table-name-generator
chemistry elements generative name-generation nodejs
Last synced: about 2 months ago
JSON representation
A personal coding challenge to process a name and get a list of chemical symbols contained in its name
- Host: GitHub
- URL: https://github.com/vvzen/periodic-table-name-generator
- Owner: vvzen
- Created: 2017-02-15T00:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T09:25:46.000Z (almost 7 years ago)
- Last Synced: 2025-03-07T00:35:23.652Z (about 1 year ago)
- Topics: chemistry, elements, generative, name-generation, nodejs
- Language: JavaScript
- Size: 1.53 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PTENG!
### Periodic Table Elements Name Generator
A simple generator written in **nodejs** that reads a word in input and outputs the same word as composed by elements of the periodic table.
This repository contains the code and the data.
The file *periodic-table-of-elements.csv* was originally taken from: [ http://www.data-explorer.com/data]( http://www.data-explorer.com/data) and then converted to *periodic-table-of-elements.json* .
A more updated version of the json with all the elements can be found on the awesome **Corpora** project by *Dariusk*, here: [https://github.com/dariusk/corpora/tree/master/data/science](https://github.com/dariusk/corpora/tree/master/data/science)
## Example
This repo includes a client and a server example.
### index.html

### node app
