Skip to content

pirtleshell/constellations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JSON list of astronomical constellations ๐ŸŒŸ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published