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.
Files changed (3) hide show
  1. package/README.md +36 -0
  2. package/package.json +1 -1
  3. package/README +0 -19
package/README.md ADDED
@@ -0,0 +1,36 @@
1
+ <div align="center">
2
+
3
+ # 🚀 noho-platform
4
+
5
+ [![npm version](https://img.shields.io/npm/v/noho-platform.svg?style=flat-square)](https://www.npmjs.com/package/noho-platform)
6
+ [![npm downloads](https://img.shields.io/npm/dw/noho-platform.svg?style=flat-square)](https://www.npmjs.com/package/noho-platform)
7
+ [![license](https://img.shields.io/npm/l/noho-platform.svg?style=flat-square)](https://github.com/animeplay306/noho-platform/blob/main/LICENSE)
8
+ [![GitHub stars](https://img.shields.io/github/stars/animeplay306/noho-platform?style=flat-square)](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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noho-platform",
3
- "version": "1.0.8",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
package/README DELETED
@@ -1,19 +0,0 @@
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