1.0.7 • Published 10 years ago

mailto2json v1.0.7

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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago