1.0.5 • Published 8 years ago

evest v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

1.0.5

8 years ago

1.0.0

8 years ago