Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-africa

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 06 Jul 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc