README.md
# Fyni
[](https://hex.pm/packages/fyni)
[](https://hexdocs.pm/fyni/)
A Funny Routing library for mist/wisp.
> Yes, the name is just a badly written way of saying "funny".
> PS: This library ONLY works with wisp. If you're not using wisp, you can probably use this package as a base and create one for your library of choice.
## Usage
After importing `fyni/router`, just use the `router.new` function to create a new router and then... have fun!
See the [simple example](https://gitlab.com/SunP04/fyni/-/blob/master/examples/simple/src/simple.gleam) for more information.
## Licensing
This project is under the [MIT License](https://mit-license.org/). To read more about it, see [here](/LICENSE).