constellations

0.0.1 • Public • Published

constellations

JSON list of astronomical constellations 🌟

The data is simply a JSON file, feel free to use in anywhere.

Install

npm install --save constellations

Structure

The data is a list of objects containing naming information about the constellations, arranged in alphabetical order.

const constellations = require('constellations');
 
constellations.length
//=> 88
 
constellations[0]
//=> {
//   abbr: 'And',
//   name: 'Andromeda',
//   genitive: 'Andromedae',
//   en: 'Andromeda (mythological character)'
// }

The data is scraped from this Wikipedia table.

License

This is by Robert Pirtle. Its license is MIT.

Package Sidebar

Install

npm i constellations

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • pirtleshell