sondakika 2.0.6 → 2.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.
Files changed (3) hide show
  1. package/README.md +342 -324
  2. package/cli.js +555 -488
  3. package/package.json +25 -25
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
- {
2
- "name": "sondakika",
3
- "version": "2.0.6",
4
- "description": "Full-featured Turkish news CLI with interactive UI. Identical news sources, parsing, and image extraction as the Electron desktop app. 10 major Turkish news sources with blessed terminal interface.",
5
- "bin": {
6
- "sondakika": "./cli.js"
7
- },
8
- "files": ["cli.js"],
9
- "keywords": [
10
- "news", "rss", "turkish", "cli", "terminal", "haber",
11
- "son dakika", "electron", "desktop", "trt", "cumhuriyet",
12
- "mynet", "sabah", "haberturk", "cnnturk", "yenisafak",
13
- "interactive", "blessed", "terminal-ui", "pagination"
14
- ],
15
- "author": {
16
- "name": "Sedat Ergoz",
17
- "email": "sedatergoz@gmail.com",
18
- "url": "https://github.com/eaeoz"
19
- },
20
- "license": "ISC",
21
- "dependencies": {
22
- "blessed": "^0.1.81",
23
- "rss-parser": "^3.13.0"
24
- }
25
- }
1
+ {
2
+ "name": "sondakika",
3
+ "version": "2.0.7",
4
+ "description": "Full-featured Turkish news CLI with interactive UI. Identical news sources, parsing, and image extraction as the Electron desktop app. 10 major Turkish news sources with blessed terminal interface.",
5
+ "bin": {
6
+ "sondakika": "./cli.js"
7
+ },
8
+ "files": ["cli.js"],
9
+ "keywords": [
10
+ "news", "rss", "turkish", "cli", "terminal", "haber",
11
+ "son dakika", "electron", "desktop", "trt", "cumhuriyet",
12
+ "mynet", "sabah", "haberturk", "cnnturk", "yenisafak",
13
+ "interactive", "blessed", "terminal-ui", "pagination"
14
+ ],
15
+ "author": {
16
+ "name": "Sedat Ergoz",
17
+ "email": "sedatergoz@gmail.com",
18
+ "url": "https://github.com/eaeoz"
19
+ },
20
+ "license": "ISC",
21
+ "dependencies": {
22
+ "blessed": "^0.1.81",
23
+ "rss-parser": "^3.13.0"
24
+ }
25
+ }