Rute
Hands on routing for one page apps
Version is 0.0.2
CDN
Include from unpkg
<script src="//unpkg.com/ruteurl"></script>
Example
Rute // Check if the page when it loads is pointing to a url // Start listening to url changes
How to use
Use by linking to
<a href="#!/about">About</a>
or from javascript
Rute;
License: MIT
Philosophy: Merging the best from Krasimir Tsonevs "A modern JavaScript router in 100 lines" and regex dance from Routie