/mighty-http-adapter

Mighty-JS HTTP adapter (for browsers and node)

Primary LanguageTypeScriptMIT LicenseMIT

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.