0.1.8 • Published 6 years ago

mm-client v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago