Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clovellytech/outwatch-router
Router for outwatch
https://github.com/clovellytech/outwatch-router
outwatch scalajs
Last synced: 30 days ago
JSON representation
Router for outwatch
- Host: GitHub
- URL: https://github.com/clovellytech/outwatch-router
- Owner: clovellytech
- Created: 2019-02-01T16:21:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T23:35:20.000Z (over 3 years ago)
- Last Synced: 2024-04-18T10:16:46.186Z (8 months ago)
- Topics: outwatch, scalajs
- Language: Scala
- Homepage:
- Size: 515 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
outwatch-router [![Build Status][travis-img]][travis-link] [![Chat on Gitter][gitter-img]][gitter-link]
===Easy routing for [outwatch](https://outwatch.github.io) on scala.js
Most of this code is adapted from [http4s](http://http4s.org)'s route parsing and path pattern matching.
Add to library dependencies:
```
"com.clovellytech" %%% "outwatch-router" % "0.0.7"
```See [documentation][doc-root]
This router is also demonstrated at [outwatch-examples](https://github.com/clovellytech/outwatch-examples).
Todo:
* Work on documentation, provide example of links[travis-img]:https://travis-ci.com/clovellytech/outwatch-router.svg?branch=master
[travis-link]:https://travis-ci.com/clovellytech/outwatch-router
[gitter-img]:https://badges.gitter.im/clovellytech/outwatch-router.svg
[gitter-link]:https://gitter.im/clovellytech/outwatch-router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[doc-root]:https://clovellytech.github.io/outwatch-router