1.0.7 • Published 9 years ago

mailto2json v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Basic Usage:

var mailto = require('mailto2json');
    mailto.convert("mailto://example@example.com?subject=test&body=more testing");

turns this: mailto://example@example.com?subject=test&body=more testing into this:

Object {
	body: "more testing"
	email: "example@example.com"
	subject: "test"
}
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago