terminal-africa
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Node Package for Terminal Africa

Introduction

The Terminal Shipping API (TShip) provides a single interface for integrating shipping carriers within your applications. The API allows anyone to programatically get shipping rates and arrange pickup and delivery.

Quick start

Requirements

node >= 14.0.0
npm >= 6.0.0

Package Documentation

Here is a comprehensive documentation to help you get started

Setup

Insall the package to your application.

using npm : npm install terminal-africa

or using yarn yarn install terminal-africa

Create new environment variables

TERMINAL_AFRICA_URL
TERMINAL_AFRICA_SECRET_KEY

e.g

TERMINAL_AFRICA_URL=https://sandbox.terminal.africa
TERMINAL_AFRICA_SECRET_KEY=sk_test_xxxxxxxxxxxxxxxx

For staging, use test keys and for production, use live keys

Login to Terminal Africa to get your authorization keys

More Info on Authorization can be found here

Initialization

import TerminalAfrica from 'terminal-africa'

or

const TerminalAfrica = require('terminal-africa')

Credits

License

  • MIT License (MIT). Please see License File for more information.

Terminal Africa Official Documentation

You can find Terminal Official Documentation here

Package Sidebar

Install

npm i terminal-africa

Weekly Downloads

4

Version

1.0.5

License

ISC

Unpacked Size

145 kB

Total Files

33

Last publish

Collaborators

  • danielozeh