Skip to content

A personal coding challenge to process a name and get a list of chemical symbols contained in its name

Notifications You must be signed in to change notification settings

vvzen/periodic-table-name-generator

Repository files navigation

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: https://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

Example

This repo includes a client and a server example.

index.html

screenshot

node app

screenshot

About

A personal coding challenge to process a name and get a list of chemical symbols contained in its name

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published