UNPKG

foundrybot

Version:
37 lines (36 loc) 572 B
--- title: "API Libraries" excerpt: "Foundrybot currently has libraries for node and python." --- [block:api-header] { "title": "Node.js" } [/block] Install via [npm](https://www.npmjs.com/) [block:code] { "codes": [ { "code": "npm install foundrybot --save", "language": "shell" } ] } [/block] [block:api-header] { "title": "Python (coming soon)" } [/block] Install via [pip](https://pypi.python.org/pypi/pip) [block:code] { "codes": [ { "code": "pip install --upgrade foundrybot", "language": "shell" } ] } [/block]