Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

nagel-shipping-rates

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nagel-shipping-rates

Lookup Nagel Shipping Rates

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
4
Created
Source

Nagel Group Shipping rates CircleCI

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.

Keywords

nagel

FAQs

Package last updated on 31 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts