This service takes order information and returns quotes for shipping rates.
In order to use this service out-of-the-box, you will need an EasyPost api key.
- Fork or clone this project.
- Install dependencies with
npm install
- Run
node .
to generate a newconfig.js
file. This will generate new encryption and hmac keys.Control+C
to stop. - Update the
config.js
file with your EasyPost api key (test or production) - Run
node .
to run the service. - Contact [email protected] to register your shipping provider with your Okanjo store or marketplace.
Note: You may also choose to have Okanjo host your custom shipping provider.