https://github.com/codepope/hnnode
Uses a HackerNews stream looking for a keyword
https://github.com/codepope/hnnode
Last synced: about 1 month ago
JSON representation
Uses a HackerNews stream looking for a keyword
- Host: GitHub
- URL: https://github.com/codepope/hnnode
- Owner: codepope
- Created: 2019-01-16T21:39:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T11:20:22.000Z (almost 6 years ago)
- Last Synced: 2025-07-27T03:54:31.457Z (8 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HNNode - Hackernews via Node
Just a proof of concept which uses the fine streamed feed from hnstream.com and filters it for mentions of a keyword.
Next up will be to queue up the results for later use.