Skip to content

Commit

Permalink
readme & package
Browse files Browse the repository at this point in the history
  • Loading branch information
gaarf committed Jul 19, 2013
1 parent 3b32002 commit ab3df3a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
term-hackernews
===============

Command line reader for Hacker News
Command line reader for [Hacker News](https://news.ycombinator.com/)


## run it

$ node newsyc.js
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "term-hackernews",
"version": "0.0.1",
"description": "Command line reader for Hacker News",
"main": "newsyc.js",
"dependencies": {
"hn.js": "~0.2.0",
"term-list": "~0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gaarf/term-hackernews.git"
},
"keywords": [
"terminal",
"hacker",
"news"
],
"author": "Gaarf",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaarf/term-hackernews/issues"
}
}

0 comments on commit ab3df3a

Please sign in to comment.