galaxies-data

3.2.1 • Public • Published

🌌 Random Galaxy Name 🌌

Gets galaxy names, thats it.'

Code Example:

const galaxies = require('galaxies-data');
 
// Get random galaxy name:
console.log(galaxies.getRandomGalaxyName());
 
//Get random alphabetic galaxy name:
console.log(galaxies.getRandomAlphabeticGalaxyName());
 
//Get random mostly alphabetic galaxy name:
console.log(galaxies.getRandomMostlyAlphabeticGalaxyName());

Install

npm i galaxies-data

Package Sidebar

Install

npm i galaxies-data

Weekly Downloads

2

Version

3.2.1

License

GPL-2.0-only

Unpacked Size

4.89 MB

Total Files

10

Last publish

Collaborators

  • yonkai