1.0.2 • Published 7 years ago
navernews v1.0.2
navernews
node library to import popular NAVER news headlines.
Installation
Installation is done using the npm i command:
$ npm i navernews --save
Quick Start
const navernews = require('navernews');
navernews('2018/08/20').then(res => {
console.log(res);
})