3.0.0 • Published 6 months ago

chemical-symbols v3.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
6 months ago

chemical-symbols

Symbols of the chemical elements.

Example

const symbols = require('chemical-symbols');
// =>[
// =>  'H',
// =>  'He',
// =>  'Li',
// =>  ...
// =>  'Lv',
// =>  'Ts',
// =>  'Og'
// =>]

Installation

$ npm install chemical-symbols

API

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!