Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 882 Bytes

jsdoc-template.md

File metadata and controls

28 lines (20 loc) · 882 Bytes

WTSQS

npm version Build Status Coverage Status Dependencies Dev Dependencies

Simplified SQS Wrapper and Async Worker manager.

Features:

  • Simple interface. ✅
  • Promise based. ✅
  • ES6. ✅
  • Optimized async worker. ✅

Install

# Using npm
$ npm install wtsqs --save

# Or using yarn
$ yarn add wtsqs

{{>main}}