UNPKG

foundrybot

Version:
18 lines (11 loc) 823 B
# Foundrybot Node.js Client [![Version](https://img.shields.io/npm/v/foundrybot.svg)](https://www.npmjs.org/package/foundrybot) [![Build Status](https://travis-ci.org/FoundryAI/foundrybot-node.svg?branch=master)](https://travis-ci.org/FoundryAI/foundrybot-node) [![Downloads](https://img.shields.io/npm/dm/foundrybot.svg)](https://www.npmjs.com/package/foundrybot) [![Try on RunKit](https://badge.runkitcdn.com/foundrybot.svg)](https://runkit.com/npm/foundrybot) The Foundrybot Node Client provides an easy to use wrapper to interact with the Foundrybot API in server side javascript applications. You must first acquire a Foundrybot secret key before you can use this module. ## Documentation See the [Foundrybot API Docs](https://docs.foundrybot.com/v1.0/reference) ## Installation `npm install foundrybot --save`