New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

msl-client

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msl-client

Client for MSL (Mock Service Layer)

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
6
Created
Source

MSL Build Status

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.

Here is the link to getting started

Prerequisite

Install msl-server first before using msl-client

Installation

Use the following command to install MSL Client

npm install msl-client

Using MSL Client

var msl = require('msl-client');

API Doc

Go to this page and refer to 'NodeJS Client'

Contributing

We encourage contribution from the open source community to help make MSL better. Please refer to the development page for more information on how to contribute to this project including sign off and the DCO agreement.

If you have any questions or discussion topics, please post them on Google Groups.

Building

Our project is built automatically on Travis-CI for all pull requests and merge requests.

Running Tests

After you checkout the code, execute E2E tests by running test/e2e-run.sh from the root folder. This script will:

  • Install msl-server
  • Start sample app using msl-server
  • Build client
  • Run unit tests

License Type

MSL project is licensed under Apache License Version 2.0

FAQs

Package last updated on 18 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts