Auto-detection carriers
npm install auto-detection-carriers
yarn add auto-detection-carriers
npm run test
yarn test
var lib = require('auto-detection-carriers'),
lib.getCarrier('1ZE307F90300947572'); // ups
lib.getCarrier('449044304137821'); // fedex
lib.getCarrier('7070000000'); // dhl
lib.getCarrier('TBA000000000000'); // amazon logistic
MIT