Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.01 KB

File metadata and controls

32 lines (16 loc) · 1.01 KB

Military symbol identification code picker

See live demo at https://sidc.milsymb.net/

Example: 10031000161211004600

A MILSTD 2525/APP6 symbol identification code picker experiment. Based on a previous project https://github.com/kjellmf/military-symbology-explorer. Also inspired by Måns Beckman's unit symbol generator.

Thanks to Måns Beckman for creating the fantastic milsymbol and milstd libraries!

alt text

alt text

Getting started

Clone repo:

$ git clone https://github.com/kjellmf/sidc-picker.git

Install dependencies:

$ npm install

Development:

$ npm run serve

Optimized build:

$ npm run build