Skip to content

thathurtabit/space-rocket-glossary

Repository files navigation

📦 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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published