Socket
Socket
Sign inDemoInstall

terminal-africa

Package Overview
Dependencies
11
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    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.


Version published
Weekly downloads
8
decreased by-42.86%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 06 Jul 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc