Go to file
Zak Patterson 489bb26504 Fix links and settings for deploying to gh-pages
Rename root document file so it goes to index.html
2019-02-01 15:54:11 -05:00
docs Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00
outwatch-router/src/main/scala/outwatch/router Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
project Add initial url parsing and pattern matching 2019-02-01 11:21:07 -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 Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00
README.md Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -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.

See documentation

Todo:

  • Add history api
  • Add state to update from window.location