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

https://github.com/mirgj/hn-grabber

A small utility to grab data from hacker-news using the official API
https://github.com/mirgj/hn-grabber

es6 hacker-news hn javascript

Last synced: 7 months ago
JSON representation

A small utility to grab data from hacker-news using the official API

Awesome Lists containing this project

README

          

# hn-grabber

## Overview
A small utility helpful to grab data from [hacker news](https://news.ycombinator.com/). It uses the [official API](https://github.com/HackerNews/API) to retrieve the data and store it accordingly.

## Getting started

Clone the repository
```
git clone https://github.com/mirgj/hn-grabber.git
```
install the packages
```
npm install
```
run it
```
npm start
```

## Configuration

Modify the **config.js** to setup your own configuration