├── .gitignore ├── package.json ├── LICENSE ├── readme.md └── meduza.js /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .idea 3 | .iml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "meduza", 3 | "version": "1.2.6", 4 | "description": "Simple Meduza(meduza.io) terminal client", 5 | "main": "meduza.js", 6 | "dependencies": { 7 | "cheerio": "^0.19.0", 8 | "cli-color": "^1.0.0", 9 | "cli-spinner": "^0.2.1", 10 | "html-to-text": "^1.3.0", 11 | "moment": "^2.10.3", 12 | "restler": "^3.2.2", 13 | "wordwrap": "^1.0.0", 14 | "yargs": "^3.9.1" 15 | }, 16 | "preferGlobal": "true", 17 | "bin": { 18 | "meduza": "meduza.js" 19 | }, 20 | "repository": { 21 | "type": "git", 22 | "url": "git+https://github.com/ozio/meduza.git" 23 | }, 24 | "keywords": [ 25 | "meduza", 26 | "news" 27 | ], 28 | "author": "Nikolay Solovyov ", 29 | "license": "MIT", 30 | "bugs": { 31 | "url": "https://github.com/ozio/meduza/issues" 32 | }, 33 | "homepage": "https://github.com/ozio/meduza#readme" 34 | } 35 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015-2018 Nikolay Solovyov 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Meduza [<3](https://meduza.io/shapito/2015/06/02/vyshel-neofitsialnyy-terminalnyy-klient-meduzy) 2 | 3 | Simple Meduza([meduza.io](https://meduza.io)) terminal client. 4 | 5 | ## Installation 6 | 7 | $ npm install -g meduza 8 | 9 | ## Usage 10 | 11 | ``` 12 | Usage: meduza [commands/options] 13 | 14 | Commands: (you can combine every command with each other) 15 | 16 | meduza Output latest news. 17 | meduza en Output latest news from english version. 18 | meduza