evest

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i evest

Weekly Downloads

2

Version

1.0.5

License

MIT

Last publish

Collaborators

  • alitskevich