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

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

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
![screenshot](./pteng.gif)

### node app
![screenshot](./screenshot.png)