sondakika 1.0.6 → 1.0.7
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 +35 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ npx sondakika ntv
|
|
|
27
27
|
npm install -g sondakika
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
## Usage
|
|
30
|
+
## Usage Examples
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
33
|
# Show NTV news (default 10 items)
|
|
@@ -53,17 +53,47 @@ sondakika mynet
|
|
|
53
53
|
|
|
54
54
|
# Show Mynet news with custom count
|
|
55
55
|
sondakika mynet 15
|
|
56
|
+
|
|
57
|
+
# Show Sabah news
|
|
58
|
+
sondakika sabah
|
|
59
|
+
|
|
60
|
+
# Show Habertürk news with custom count
|
|
61
|
+
sondakika haberturk 5
|
|
62
|
+
|
|
63
|
+
# Show Star news
|
|
64
|
+
sondakika star
|
|
65
|
+
|
|
66
|
+
# Show CNN Türk news
|
|
67
|
+
sondakika cnnturk
|
|
68
|
+
|
|
69
|
+
# Show Yeni Şafak news
|
|
70
|
+
sondakika yenisafak
|
|
71
|
+
|
|
72
|
+
# Show Anadolu Ajansı news
|
|
73
|
+
sondakika aa
|
|
56
74
|
```
|
|
57
75
|
|
|
58
76
|
### Available Sources
|
|
59
77
|
|
|
78
|
+
#### Son Dakika (Breaking News)
|
|
60
79
|
| Command | Source |
|
|
61
80
|
|---------|--------|
|
|
62
|
-
| `ntv` | NTV Son Dakika |
|
|
81
|
+
| `ntv` | NTV (Son Dakika) |
|
|
63
82
|
| `cumhuriyet` | Cumhuriyet |
|
|
64
83
|
| `trt` | TRT Haber |
|
|
65
84
|
| `mynet` | Mynet |
|
|
66
85
|
|
|
86
|
+
#### Haberler (General News)
|
|
87
|
+
| Command | Source |
|
|
88
|
+
|---------|--------|
|
|
89
|
+
| `sabah` | Sabah |
|
|
90
|
+
| `star` | Star |
|
|
91
|
+
| `vatan` | Gazete Vatan |
|
|
92
|
+
| `haberturk` | Habertürk |
|
|
93
|
+
| `cnnturk` | CNN Türk |
|
|
94
|
+
| `yenisafak` | Yeni Şafak |
|
|
95
|
+
| `aa` | Anadolu Ajansı |
|
|
96
|
+
|
|
67
97
|
### Help
|
|
68
98
|
|
|
69
99
|
```bash
|
|
@@ -76,14 +106,15 @@ sondakika --help
|
|
|
76
106
|
|
|
77
107
|
```
|
|
78
108
|
📰 ══════════════════════════════════════════════════
|
|
79
|
-
Latest 10 News from NTV
|
|
109
|
+
Latest 10 News from NTV (Son Dakika)
|
|
110
|
+
Son guncelleme: 10.04.2026 20:02
|
|
80
111
|
══════════════════════════════════════════════════
|
|
81
112
|
|
|
82
113
|
┌─ 1. Son dakika deprem mi oldu?
|
|
83
114
|
│
|
|
84
115
|
│ 📅 10.04.2026 20:02
|
|
85
116
|
│
|
|
86
|
-
│ Son depremler...
|
|
117
|
+
│ Son depremler...
|
|
87
118
|
└─────────────────────────────────────────────────────────────────────
|
|
88
119
|
🔗 https://www.ntv.com.tr/...
|
|
89
120
|
```
|