noho-platform 1.0.8 → 1.1.0
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.
- package/README.md +36 -0
- package/package.json +1 -1
- package/README +0 -19
package/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# 🚀 noho-platform
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/noho-platform)
|
|
6
|
+
[](https://www.npmjs.com/package/noho-platform)
|
|
7
|
+
[](https://github.com/animeplay306/noho-platform/blob/main/LICENSE)
|
|
8
|
+
[](https://github.com/animeplay306/noho-platform)
|
|
9
|
+
|
|
10
|
+
**منصة تطوير سريعة وقوية لتطبيقات Node.js**
|
|
11
|
+
|
|
12
|
+
[📖 Documentation](#documentation) • [🚀 Quick Start](#quick-start) • [📦 Installation](#installation) • [💡 Examples](#examples)
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## ✨ المميزات
|
|
19
|
+
|
|
20
|
+
- ⚡ **سريع** - أداء عالي وتحميل سريع
|
|
21
|
+
- 🛡️ **آمن** - مبني مع أفضل ممارسات الأمان
|
|
22
|
+
- 🔧 **سهل** - واجهة برمجة بسيطة وبديهية
|
|
23
|
+
- 📱 **متعدد المنصات** - يعمل على جميع بيئات Node.js
|
|
24
|
+
- 🌍 **دعم كامل للعربية** - توثيق ودعم باللغة العربية
|
|
25
|
+
|
|
26
|
+
## 📦 Installation
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
# باستخدام npm
|
|
30
|
+
npm install noho-platform
|
|
31
|
+
|
|
32
|
+
# باستخدام yarn
|
|
33
|
+
yarn add noho-platform
|
|
34
|
+
|
|
35
|
+
# باستخدام pnpm
|
|
36
|
+
pnpm add noho-platform
|
package/package.json
CHANGED
package/README
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# NOHO Platform 🚀
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/noho-platform)
|
|
4
|
-
[](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
|