Go to file
2019-02-11 17:23:13 -05:00
docs Remove unused file 2019-02-04 00:03:31 -05:00
outwatch-router/src/main/scala/outwatch/router Fix router url handling for child routers 2019-02-11 17:20:09 -05:00
project Fix router url handling for child routers 2019-02-11 17:20:09 -05:00
.gitignore Add initial url parsing and pattern matching 2019-02-01 11:21:07 -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 Add publishing 2019-02-04 17:46:42 -05:00
README.md Add sbt line to readme 2019-02-11 17:23:13 -05:00

outwatch-router Build Status

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.4"

See documentation

Todo:

  • Work on documentation, provide example of links