0.1.8 • Published 7 years ago

mm-client v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

node-mm-client

A minimogrify client for node

Usage

mm.applyParam Get the value for the given key.

  • key: String, the security key
  • mmRoot: String, the minimogrify root without the '--mm-/' prefix
  • url: String, the image url
  • actionCode: String, the action code 'c', 'r', 'ttl'
  • actionValue: String, the action value for the code
var mm = require('mm-client');
console.log(mm.applyParam(
	securityKey,
	'http://media.example.com/',
	'http://media.example.com/media/foo.jpg',
	'r', '200'))
0.1.8

7 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago