1.0.7 • Published 8 years ago

mailto2json v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago