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

mineplex

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mineplex

Wrapper for the Mineplex API

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

Mineplex API

TypeScript/JavaScript wrapper for the Mineplex API

Usage

npm install mineplex

The easiest way to use this API Wrapper is through npm. Simply install the package in any TypeScript or JavaScript project and you are ready to go!

Documentation

TODO !

Contributing

You can contribute to this repository by forking it and then submitting a pull request.

First, make sure you have node installed on your computer

node -v

You must have typescript, mocha, and typings installed as well.

npm install -g typescript typings mocha

Next we need to install the dependencies for this project. While inside of the mineplex-api directory, run

npm install
npm run typings

To run the tests

npm test

Finally, to compile all files to the js directory

npm run build

Keywords

mineplex

FAQs

Package last updated on 02 Feb 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