README.md

### [FiQL](#)

The Feed Item Query Language, implemented in Elixir.


[https://tools.ietf.org/html/draft-nottingham-atompub-fiql-00](https://tools.ietf.org/html/draft-nottingham-atompub-fiql-00)
___



[![Hex Version](https://img.shields.io/hexpm/v/fiql.svg?style=flat-square)](https://hex.pm/packages/fiql) [![Docs](https://img.shields.io/badge/api-docs-orange.svg?style=flat-square)](https://hexdocs.pm/fiql) [![Hex downloads](https://img.shields.io/hexpm/dt/fiql.svg?style=flat-square)](https://hex.pm/packages/fiql) [![GitHub](https://img.shields.io/badge/vcs-GitHub-blue.svg?style=flat-square)](https://github.com/ertgl/fiql) [![MIT License](https://img.shields.io/hexpm/l/fiql.svg?style=flat-square)](LICENSE.txt)

---

**`Installation:`**

If [you have Hex](https://hex.pm), the package can be installed
by adding `fiql` to your list of dependencies in `mix.exs`:

```elixir
def deps do
	[
		{:fiql, "~> 0.1.0"},
	]
end
```