evest
v1.0.5
Published
Ultimate Events.
Downloads
10
Readme
Evest
Ultimate Events.
Grammar
[method!][type:]//target[/path...][?{params...}][#value^{data}]
API
Uri(...sources).emit((err, result)=>{})
Example
var uri = Uri("post!http://example.com/do?force=true#anchor",
{value:'anchor2', params:{a:1}}, {params:{a2:2}}, {params:{a3:3, force:false}});
alert(uri.target); // 'example.com'
alert(uri.toString()); // "http://example.com/do?force=false&a=1&a2=2&a3=3#anchor2"
Repo
[https://github.com/alitskevich/evest]
Legal
The MIT License (MIT)
Copyright (c) 2015 Alex Litskevich