Go to file
2019-03-29 12:03:00 -04:00
docs Fix layout definition (#3) 2019-03-22 23:52:03 -05:00
outwatch-router/src/main/scala/outwatch/router Add ability to parse root site deployment path (#2) 2019-02-18 12:59:27 -05:00
project Add ability to parse root site deployment path (#2) 2019-02-18 12:59:27 -05:00
.gitignore Upgrade outwatch dependency and add history api link (#1) 2019-02-17 14:19:05 -05:00
.scalafmt.conf Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
.travis.yml Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00
build.sbt Upgrade outwatch dependency and add history api link (#1) 2019-02-17 14:19:05 -05:00
README.md Add gitter badge 2019-03-29 12:03:00 -04:00

outwatch-router Build Status Chat on Gitter

Easy routing for outwatch on scala.js

Most of this code is adapted from http4s's route parsing and path pattern matching.

Add to library dependencies:

	"com.clovellytech" %%% "outwatch-router" % "0.0.6"

See documentation

This router is also demonstrated at outwatch-examples.

Todo:

  • Work on documentation, provide example of links