0.0.2 • Published 1 year ago

space-rocket-glossary v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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