space-rocket-glossary
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

📦 space-rocket-glossary

Issues GitHub pull requests GitHub Downloads GitHub Total Downloads GitHub release

Rocket & Space Technology Glossary

What is this?

This is just a glossary of terms used in the space industry.

They are taken from here

How to use

// Import the glossary (an array of strings: string[])
import { spaceRocketGlossary, randomTermFromSpaceRocketGlossary } from 'space-rocket-glossary';

// Do whatever you want with it...
const firstSpaceRocketTitle = spaceRocketGlossary[0]; // first item in the glossary (i.e. "AACS")
const randomSpaceRocketTitle = randomTermFromSpaceRocketGlossary; // random item in the glossary

Getting started

Installation

npm

npm i space-rocket-glossary

yarn

yarn add space-rocket-glossary

pnpm

pnpm i space-rocket-glossary

Package Sidebar

Install

npm i space-rocket-glossary

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

20.2 kB

Total Files

7

Last publish

Collaborators

  • thathurtabit