UNPKG

410 BMarkdownView Raw
1# Welcome to the Mighty JS (MJS) Http Adapter
2
3[![Build Status](https://travis-ci.org/Elium/mighty-http-adapter.svg?branch=master)](https://travis-ci.org/Elium/mighty-http-adapter)
4
5## Installation
6
7NodeJS is required. Use the folling commands to bootstrap your application :
8
9- `npm install`
10- `npm run typings`
11- `npm run build`
12
13To launch tests :
14
15- `npm test`
16
17Note that `npm test` runs the build as well.