Skip to content

Latest commit

 

History

History
320 lines (266 loc) · 10.8 KB

README.md

File metadata and controls

320 lines (266 loc) · 10.8 KB


Markdownify
API Node Client

IntroductionDevelopment GuideInstallationClient Usage

ℹ️ Introduction

Official Node client for Retable API v1.

Note
For the API documentation, please visit API Document.

🚧Development Guide

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

For building the package, from your command line:

# Clone this repository
$ git clone https://github.com/retable-io/retablejs
# Go into the repository
$ cd retablejs
# Install dependencies
$ npm install
# Build the package
$ npm run build

For testing, from your command line:

# Go into the repository
$ cd retablejs
# Run the test script
$ npm run test

💾Installation

npm install retablejs

⚡Client Usage