1.0.7 • Published 7 years ago

nagel-shipping-rates v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Nagel Group Shipping rates CircleCI

npm.io

Getting Started

npm install

npm run test

Exports helper functions that help look up zones and rates from the Nagel Group Rate Card.

Usage

const shipping = require('nagel-shipping-rates')

shipping.getZone('SE22 9BA')
// { placeName: 'South East London', zone: 5 }

// shipping.getRate(departureZone, deliveryZone, pallets)
shipping.getRate(5, 3, 1)
// 71.31

A (╯°□°)╯︵TABLEFLIP side project.

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago