1.0.0 • Published 8 years ago

airouter v1.0.0

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

AiRouter

AiRouter is modern JavaScript Front-End router that allows you to navigate your routes easily.

###Why to use AiRouter?

  • It's Open Source
  • Supports hash typed URLs like http://site.com/#/products/list
  • Work with the History API
  • Provide easy-to-use API
  • Provide multiple callbacks
  • Provide group routes
  • Returns parsed data from query
  • Handles unrouted URLs

###Documentation ####https://nedyalkovv.github.io/AiRouter/

###Tests 1. Open your ternimal ./tests 2. Run command:

node server.js

  1. go to http://localhost:8080

##License

AiRouter is released under the MIT License. Have at it.