Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "terminews", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "read the latest news headlines from your terminal window", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -1,10 +0,26 @@ | ||
### terminews | ||
# terminews | ||
![Downloads](https://img.shields.io/npm/dm/terminews.svg) | ||
![Downloads](https://img.shields.io/npm/dt/terminews.svg) | ||
![npm version](https://img.shields.io/npm/v/terminews.svg) | ||
![dependencies](https://img.shields.io/david/jcgertig/terminews.svg) | ||
![dev dependencies](https://img.shields.io/david/dev/jcgertig/terminewssvg) | ||
![License](https://img.shields.io/npm/l/terminews.svg) | ||
Developers love to work from the terminal. Have you ever wanted to read your news in the terminal? terminews solves that problem! Simply run a global install of the npm package terminews and you will have access to ```$ news```. Running news will bring you the latest headlines and links to read the full stories 24/7/365. | ||
Read the latest news headlines right in your terminal. Each headline is paired with a url to lead to the article. | ||
### To Install Using NPM | ||
- ```$ npm i -g terminews``` | ||
- ```$ news``` | ||
## Getting Started | ||
Install it via npm: | ||
```shell | ||
$ npm i -g terminews | ||
$ news | ||
``` | ||
## Example | ||
![example news](http://i68.tinypic.com/jinnnc.png) | ||
### To Install Using GitHub | ||
@@ -17,2 +33,4 @@ - ```$ git clone https://github.com/DanielDwyer/termiNews.git``` | ||
* NOTE: This is version one, this project is in it's infancy. I have some grand visions for this one, or at least as grand as a terminal newspaper can be. I want to provide news, based on slants (left, center, right) using various sources. I want a more robust request system (more than one user-agent spoof, etc.). Contributions are welcome, The ball is rolling... | ||
## License | ||
MIT |
36
2987