Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mattermost

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mattermost

Javascript library for interacting with the Mattermost API

  • 3.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Mattermost JavaScript API Library

npm npm

A library for interacting with the Mattermost API.

Available on NPM

To contribute, please see Contribution Guidelines

Usage

Installation

The library can be installed using npm:

npm install mattermost --save

Usage

Example import methods:

var Mattermost = require('mattermost');
var client = new Mattermost.Client()
import {Client} from 'mattermost';
const client = new Client();

API

API Documentation is coming soon. For now, take a look at the client.jsx file.

Development

Building

make build - Compiles client.jsx into a minified lib/client.js

make pubish - Walks though the steps to publish the package (manually)

make clean - Cleans up compiled bits and npm dependencies.

Tests

The tests are in the main repository. This is because they require the server to run.

Keywords

FAQs

Package last updated on 12 Sep 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc