mpn-lookup
v1.0.11
Published
A simple tool to replace user dependency of reference PDF with the related Quanti Tray MPN's
Downloads
169
Readme
mpn-lookup
A simple tool for when you don't want to use, or simply can't find, the various reference PDF's for the QuantiTray system.
Built with:
For the work I used either of the following:
Try it out:
1. git clone https://github.com/jonathan-gartland/mpn-lookup.git
2. cd mpn-lookup
3. npm i
4. ts-node
5. > import { getQtMpn } from './mpn.lookup'
6. > getQtMpn(0)
Folder structure:
.
├── LICENSE
├── README.md
├── mpn.lookup.ts
├── package-lock.json
├── package.json
├── test
│ └── mpn.test.ts
└── tsconfig.json