outwatch-router/README.md
Zak Patterson 489bb26504 Fix links and settings for deploying to gh-pages
Rename root document file so it goes to index.html
2019-02-01 15:54:11 -05:00

18 lines
541 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:
* Add history api
* Add state to update from `window.location`
[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