An open API service indexing awesome lists of open source software.

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

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.