Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 426 Bytes

File metadata and controls

18 lines (12 loc) · 426 Bytes

plurkjs

A javascript command line interface for plunk

HowToRun

  • Modify lib/key.js for your consumer key/secret
  • call API example:

$ node lib/plurk.js '/path/to/API' 'json_params'

$ node lib/plurk.js '/APP/Profile/getPublicProfile' '{"user_id": "clsung"}'

Contributors