https://github.com/anthonyray/hn-scrapper
A script created to populate a json file with hackernews stories
https://github.com/anthonyray/hn-scrapper
Last synced: 8 months ago
JSON representation
A script created to populate a json file with hackernews stories
- Host: GitHub
- URL: https://github.com/anthonyray/hn-scrapper
- Owner: anthonyray
- Created: 2014-04-16T22:29:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T10:28:38.000Z (about 12 years ago)
- Last Synced: 2024-04-15T09:15:23.136Z (about 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HN-SCRAPPER
A command line tool that retrieves Hacker News daily top stories and stores it in a json file
# Usage
1. Install Dependencies
```npm install```
2. ```node scrap.js```
3. The stories are stored in the ```stories.json``` file.