A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp.

URLKit

  • A lightweight implementation of routing and URL manager
  • Automatic switch between html5 History API and IE's hashbang

Usage

AMD and OzJS

Get the code

Dependencies

Examples

API and usage

var URLKit = require('urlkit');
var url = URLKit({
    baseUrl: '', // optional, '/' for default
    win: window,  // optional
    autotidy: true // optional, true for default
});

Under construction...

More References

See OzJS Project Homepage

Release History

See OzJS Release History

License

Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.