npm-delicious

0.0.4 • Public • Published

Delicious API for node.js

Installation

npm install -g npm-delicious

setup following environment variables:

  • DELICIOUS_CLIENT_ID
  • DELICIOUS_CLIENT_SECRET
  • DELICIOUS_USER
  • DELICIOUS_PASS

visit https://delicious.com/settings/developer for client_id and client_secret

Get Links

delicious --tags=tag1,tag2,tagn

more options

  • --tags=tag1,tag2 (optional) — Filter by this tags (separate by comma)
  • --start={xx} (optional) — Start returning posts this many results into the set.
  • --results={xx} (optional) — Return up to this many results. By default, up to 1000 bookmarks are returned, and a maximum of 100000 bookmarks is supported via this API.
  • --fromdt={CCYY-MM-DDThh:mm:ssZ} (optional) — Filter for posts on this date or later.
  • --todt={CCYY-MM-DDThh:mm:ssZ} (optional) — Filter for posts on this date or earlier.

Add Link

delicious add "www.exampleurl.net" --tags=tag1,tag2,tagn --description="Page Title"

more options

  • --extended=... (optional) — Notes for the item.
  • --replace=yes (optional) — Replace post if given url has already been posted. (Default: no)
  • --shared=yes (optional) — Make the item public (Default: no)

Contact

hagb4rd@gmail.com

hail eris!

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i npm-delicious

    Weekly Downloads

    0

    Version

    0.0.4

    License

    ISC

    Last publish

    Collaborators

    • hagb4rd