1.0.2 • Published 3 years ago

mrvn v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

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.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago