Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.2 KB

README.md

File metadata and controls

67 lines (49 loc) · 2.2 KB

📦 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