Skip to main content

Quickstart Guide

What you'll need

  • Node.js version 10.12 or above:
    • It's recommended to use the most recent version of node

Getting Started

Installation Instructions

npm install @tiplink/api

Or

yarn add @tiplink/api

Import

import { TipLink } from '@tiplink/api';

Or

var TipLink = require('@tiplink/api').TipLink;