planet-facts

0.1.0 • Public • Published

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}`)

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i planet-facts

      Weekly Downloads

      0

      Version

      0.1.0

      License

      MIT

      Last publish

      Collaborators

      • linusu