chemical-symbols
v3.0.0
Published
Symbols of the chemical elements
Readme
chemical-symbols
Symbols of the chemical elements.
Example
const symbols = require('chemical-symbols');
// =>[
// => 'H',
// => 'He',
// => 'Li',
// => ...
// => 'Lv',
// => 'Ts',
// => 'Og'
// =>]Installation
$ npm install chemical-symbolsAPI
const symbols = require('chemical-symbols');symbols
An Array of chemical symbols (each a String). Adding 1 to the index of any
symbol will get you the element's atomic number!
