0.0.1 • Published 7 years ago

constellations v0.0.1

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

constellations

JSON list of astronomical constellations :star2:

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.