Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 540 Bytes

CircleCI

tle-validator

TLEs suck, this helps them suck less.

Can run validateTLE() that returns a boolean or run with validateTLEWithMsg() to get indexes that are wrong with what component is effed up.

Example validateTLEWithMsg() result:

{
    isValid: false,
    lineOneErrors: [
        {
            invalidSubStr: [53,8],
            message: "Invalid B Star Drag"
        }
    ]
}