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
- Host: GitHub
- URL: https://github.com/mirgj/hn-grabber
- Owner: mirgj
- License: mit
- Created: 2018-06-13T07:28:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T11:54:31.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:34:20.257Z (9 months ago)
- Topics: es6, hacker-news, hn, javascript
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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