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.

25 lines
966 B

5 years ago
5 years ago
  1. outwatch-router [![Build Status][travis-img]][travis-link] [![Chat on Gitter][gitter-img]][gitter-link]
  2. ===
  3. Easy routing for [outwatch](https://outwatch.github.io) on scala.js
  4. Most of this code is adapted from [http4s](http://http4s.org)'s route parsing and path pattern matching.
  5. Add to library dependencies:
  6. ```
  7. "com.clovellytech" %%% "outwatch-router" % "0.0.7"
  8. ```
  9. See [documentation][doc-root]
  10. This router is also demonstrated at [outwatch-examples](https://github.com/clovellytech/outwatch-examples).
  11. Todo:
  12. * Work on documentation, provide example of links
  13. [travis-img]:https://travis-ci.com/clovellytech/outwatch-router.svg?branch=master
  14. [travis-link]:https://travis-ci.com/clovellytech/outwatch-router
  15. [gitter-img]:https://badges.gitter.im/clovellytech/outwatch-router.svg
  16. [gitter-link]:https://gitter.im/clovellytech/outwatch-router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
  17. [doc-root]:https://clovellytech.github.io/outwatch-router