Add readme

This commit is contained in:
Mikko Ahlroth 2015-02-14 21:02:09 +02:00
parent 234538f653
commit dee30ffe11

View file

@ -1,3 +1,4 @@
# Nurina
** TODO: Add description **
Nurina is a URI parser for Elixir. It was written for fun and as a learning exercise, so it's probably not terribly
useful. It uses pattern matching instead of regex to parse the given URI, and attempts to follow RFC 3986.