Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

mrvn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

mrvn

Send custom POST requests to MRVN

unpublished
latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

MRVN node module

Send custom POST requests to MRVN

usage

This module sends custom POST requests to MRVN's webhooks. Make sure to sign up and add a custom webhook to your dashboard.

const mrvn = require("mrvn")

mrvn.post({ name: "My Website", message: "Some custom event"}, "b76aac94-3b0b-11eb-adc1-0242ac120002")

mrvn.post() takes two parameters, a data and an endpoint. Data can currently contain a name and a message property.

Keywords

http

FAQs

Package last updated on 19 Dec 2020

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