UNPKG

438 BMarkdownView Raw
1[![Build Status](https://ci.menvia.com/job/Farol%20Node%20SDK/badge/icon)](https://ci.menvia.com/job/Farol%20Node%20SDK/)
2
3# Farol SDK for Node.js
4
5The official Farol SDK for Node.js backends.
6
7## Installing
8
9### In Node.js
10
11The preferred way to install the Farol SDK for Node.js is to use the
12[npm](http://npmjs.org) package manager for Node.js. Simply type the following
13into a terminal window:
14
15```sh
16npm install @menvia/farol-sdk
17```