noho-platform 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README +19 -0
  2. package/package.json +1 -1
package/README ADDED
@@ -0,0 +1,19 @@
1
+ # NOHO Platform 🚀
2
+
3
+ [![npm version](https://badge.fury.io/js/noho-platform.svg)](https://www.npmjs.com/package/noho-platform)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ منصة قوية لبناء بوتات الواتساب وتطبيقات الويب بسهولة
7
+
8
+ ## ✨ المميزات
9
+
10
+ - 🤖 دعم بوتات الواتساب (Baileys)
11
+ - ⬇️ تنزيل الفيديوهات (YouTube, TikTok, Instagram...)
12
+ - 🌐 إنشاء خوادم Express جاهزة
13
+ - 📊 قواعد بيانات مدمجة
14
+ - 🔐 مصادقة JWT
15
+
16
+ ## 📦 التثبيت
17
+
18
+ ```bash
19
+ npm install noho-platform
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noho-platform",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",