Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loleg/hubot-hackernews
https://github.com/loleg/hubot-hackernews
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loleg/hubot-hackernews
- Owner: loleg
- Created: 2020-05-01T23:13:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T02:37:13.000Z (about 9 years ago)
- Last Synced: 2024-11-29T20:56:47.069Z (about 1 month ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-hackernews
Shows the top stories from Ycombinator Hacker News
See [`src/hackernews.coffee`](src/hackernews.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-hackernews --save`
Then add **hubot-hackernews** to your `external-scripts.json`:
```json
[
"hubot-hackernews"
]
```## Sample Interaction
```
user1>> hubot hackernews
hubot>> Here are the latest news headlines:
[Writing the Prince symbol in Unicode (2013)](http://parkerhiggins.net/2013/01/writing-the-prince-symbol-in-unicode/)
[The Case for Melancholy](http://www.nytimes.com/2015/11/08/style/the-case-for-melancholy.html?smid=fb-nytimes&smtyp=cur)
[Another Crowdfunded Gadget Company Collapses](http://techcrunch.com/2015/11/07/another-1-million-crowdfunded-gadget-company-collapses/?ncid=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29)
[Chronos Will Turn Any Watch into a Smartwatch](http://www.bloomberg.com/news/articles/2015-11-05/chronos-will-turn-any-watch-into-a-smartwatch)
[PostgreSQL Locking Revealed](http://blog.nordeus.com/dev-ops/postgresql-locking-revealed.htm)
```