You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rohan Sircar 2c40f7b73f Updated dependencies 3 years ago
docs Fix layout definition (#3) 5 years ago
outwatch-router/src Updated dependencies 3 years ago
project Updated dependencies 3 years ago
.gitignore Updated dependencies 3 years ago
.scalafmt.conf Updated dependencies 3 years ago
.travis.yml I update the outwatch version (#5) 5 years ago
README.md Bump version 5 years ago
build.sbt Updated dependencies 3 years ago

README.md

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

See documentation

This router is also demonstrated at outwatch-examples.

Todo:

  • Work on documentation, provide example of links