forked from GitHub/dbot
19cc4c474d
Added a module that provides URL minifier support for dbot. Updated spotify and lastfm modules with support for url minimization via the include 'bitly' minimizer (which minimizes spotify.com links to spoti.fi - very nice)
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"dependencies": [ ],
|
|
"ignorable": true,
|
|
"outputPrefix": "minify",
|
|
"defaultMinifier": "bitly",
|
|
|
|
"minifier-bitly-url": "https://api-ssl.bitly.com/v3/shorten",
|
|
"minifier-bitly-access_token": "insert token here"
|
|
} |