planet-facts

Some facts about the planets in our solar system.

Usage no npm install needed!

<script type="module">
  import planetFacts from 'https://cdn.skypack.dev/planet-facts';
</script>

README

Planet facts

Some facts about the planets in our solar system.

Installation

npm install --save planet-facts

Usage

const planets = require('planet-facts')

console.log(`The volume of the Earth is ${planets.earth.volume}m³`)

API

The following properties are exposed.

Property Planet name
mercury Mercury
venus Venus
earth Earth
mars Mars
jupiter Jupiter
saturn Saturn
uranus Uranus
neptune Neptune
pluto Pluto (included for historical reasons)

Each planet has the following properties.

Property Unit Description
density kg/m³ Density of the planet
radius m Equatorial radius of the planet
volume Volume of the planet
mass kg Mass of the planet