From 5afde2fc5f8e846ffb61b8200f1eeaa4ebe4f559 Mon Sep 17 00:00:00 2001 From: Sultan Al Isaiee Date: Sat, 13 Aug 2022 04:53:34 +0400 Subject: [PATCH] Add Mersal Package (#2322) Mersal, a wrapper for TextBelt's public API --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bb8e49d..4f5946a 100644 --- a/packages.json +++ b/packages.json @@ -27106,5 +27106,19 @@ "description": "Nim wrapper for libpe library", "license": "MIT", "web": "https://github.com/srozb/nim-libpe" + }, + { + "name": "mersal", + "url": "https://github.com/foxoman/mersal", + "method": "git", + "tags": [ + "otp", + "wrapper", + "sms" + ], + "description": "Send SMS and Otp in nim, a wrapper for TextBelt's public API", + "license": "MIT", + "web": "https://github.com/foxoman/mersal", + "doc": "https://mersal-doc.surge.sh/mersal" } ]