16 lines
526 B
Markdown
16 lines
526 B
Markdown
outwatch-router [![Build Status][travis-img]][travis-link]
|
|
===
|
|
|
|
Easy routing for [outwatch](https://outwatch.github.io) on scala.js
|
|
|
|
Most of this code is adapted from [http4s](http4s.org)'s route parsing and path pattern matching.
|
|
|
|
See [documentation][doc-root]
|
|
|
|
Todo:
|
|
* Work on documentation, provide example of links
|
|
|
|
[travis-img]:https://travis-ci.com/clovellytech/outwatch-router.svg?branch=master
|
|
[travis-link]:https://travis-ci.com/clovellytech/outwatch-router
|
|
[doc-root]:https://clovellytech.github.io/outwatch-router
|