1.0.0 • Published 5 years ago

periodic-table-js v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Periodic Table

Data about chemical elements arranged in JSON format.

Installation

The package can be installed from NPM as follow:

npm install periodic-table-js

Usage

import {PERIODIC_TABLE} from "periodic-table-js";

console.log(PERIODIC_TABLE.Hydrogen)

Notes

  • Colors are in CPK convention

Contribution

This repository is an open-source work-in-progress and we welcome contributions.

Links

  1. Periodic table original source: GPeriodic, Open source Linux software: link
  2. VDW Radii original source: van der Waals Volumes and Radii: link
  3. Related StackExchange Discussion: link