@zerd/hurricane

To be updated...

Usage no npm install needed!

<script type="module">
  import zerdHurricane from 'https://cdn.skypack.dev/@zerd/hurricane';
</script>

README

Hurricane by ZerdHub


const Hurricane = require("@zerd/hurricane");


const hurricane = new Hurricane({
    "url": "https://sqs.ap-southeast-1.amazonaws.com/.../...",
    "region": "ap-southeast-1",
});


hurricane.create("example", {
    message: "Hello, world!"
})