Skip to content

Elium/mighty-http-adapter

Repository files navigation

Welcome to the Mighty JS (MJS) Http Adapter

Build Status Coverage Status

Installation

NodeJS is required. Use the folling commands to bootstrap your application :

  • npm install
  • npm run typings
  • npm run build

To launch tests :

  • npm test

Note that npm test runs the build as well.