node-red-contrib-naversearch

1.0.8 • Public • Published

node-red-contrib-naversearch

Node-RED node for naversearch

Install

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-naversearch, or run the following command in your Node-RED user directory, typically ~/.node-red

npm install node-red-contrib-naversearch

Wrapper naver search API

Sample parameters

msg.api = 'blog'; //# API : blog,news,book,adult,encyc,movie,cafearticle,kin,local,errata,webkr,image,shop,doc 

msg.params = {};
msg.params.query = '테슬라'; //#검색어
msg.params.display = "10" // #출력 검색 수
msg.params.sort = 'date' //#결과값의 정렬기준 시간순 date, 관련도 순 sim
msg.params.start = "1" //# 출력 위치

return msg;

Sample Flow

You can make this json string into a flow by using the node-red flow import function.

alt

Package Sidebar

Install

npm i node-red-contrib-naversearch

Weekly Downloads

1

Version

1.0.8

License

Apache-2.0

Unpacked Size

112 kB

Total Files

13

Last publish

Collaborators

  • gagagiga