README.md

# Fyni

[![Package Version](https://img.shields.io/hexpm/v/fyni)](https://hex.pm/packages/fyni)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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](/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).