1.1.2 • Published 3 years ago

toketeru v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Toketeru

Toketeru is the npm package.

You can check boiling points and melting points of elements.

Elements that Toketeru supports

Name chemical elementSymbol
HeliumHe
HydrogenH
NeonNe
NitrogenNi
FluorineF
ArgonAr
OxygenO
KryptonKr
XenonXe
RadonRn
ChlorineCl
BromineBr
IodineI
PhosphorusP
AstatineAt
MercuryHg
SulfurS
ArsenicAs
FranciumFr
CesiumCs
SeleniumSe
RubidiumRb
PotassiumK
CadmiumCd
PotassiumK
SodiumNa
ZincZn
PoloniumPo
TelluriumTe
MagnesiumMg
BariumBa
LithiumLi
StrontiumSr
ThalliumTl
YtterbiumYb
CalciumCa
BismuthBi
EuropiumEu
ThuliumTm
RadiumRa
LeadPb
AntimonySb
SamariumSm
ManganeseMn
IndiumIn
SilverAg
TinSn
SiliconSi
GalliumGa
AluminumAl
ErbiumEr
BoronB
DysprosiumDy
CopperCu
AmericiumAm
ChromiumCr
HolmiumHo
NickelNi
IronFe
GoldAu
GermaniumGe
ScandiumSc
CobaltCo
PalladiumPd
BerylliumBe
PromethiumPm
TerbiumTb
PraseodymiumPr
NeodymiumNd
ActiniumAc
GadoliniumGd
PlutoniumPu
CeriumCe
TitaniumTi
LutetiumLu
YttriumY
VanadiumV
LanthanumLa
RhodiumRh
UraniumU
PlatinumPt
RutheniumRu
NeptuniumNp
ZirconiumZr
IridiumIr
MolybdenumMo
ThoriumTh
CarbonC
TechnetiumTc
NiobiumNb
OsmiumOs
HafniumHf
TantalumTa
RheniumRe
TungstenW

Install

$ npm install toketeru

Usage

const toketeru = require('toketeru');

You can check boiling points and melting points from Symbol (degrees celsius).

var test = toketeru.Au("boil")
console.log(test)
// 2807

var test2 = toketeru.Fe("melt")
console.log(test2)
// 1535

You can check state of matter, too (degrees celsius).

var test3 = toketeru.Ca(-100)
console.log(test3)
//solid

var test4 = toketeru.Ti(3287)
console.log(test4)
//liquid & gas

License

This package is licensed under the MIT License.