README.md

# Mandrake
> ### Facility, Prosperity and Maintainability.
> A functional programming library that bring something else magic in elixir.

[![Build Status](https://api.travis-ci.org/mbasso/mandrake.svg)](https://travis-ci.org/mbasso/mandrake)
[![Inline docs](http://inch-ci.org/github/mbasso/mandrake.svg)](http://inch-ci.org/github/mbasso/mandrake)
[![Package](https://img.shields.io/hexpm/v/mandrake.svg)](https://hex.pm/packages/mandrake)
[![Join the chat at https://gitter.im/mbasso/mandrake](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mbasso/mandrake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### What is a Mandrake?

- Element: Fire
- Planet: Mercury, Uranus and Pluto.
- Powers: Protection, Fertility, Money, Love, Health

Mandrake is a long leafed dark green plant with small greenish-yellow or purple bell-shaped flowers. The flowers eventually fruit into small orange-coloured fleshy berries.
Magically speaking, the female mandrake carries forked that look like a pair of human legs, whereas the male has only a single root.
In the old Herbals we find them frequently figured as a male with a long beard, and a female with a very bushy head of hair.
The female form is the most sought after for magic and medicinal use.
A whole Mandrake root placed in the home, will give the house protection, fertility, and prosperity. Also, where there is Mandrake, demons cannot abide. Money placed beside the root is said to multiply.

Source: http://monsters.monstrous.com/mandrake.htm

##Documentation
API documentation is available at [http://hexdocs.pm/mandrake](http://hexdocs.pm/mandrake).

## Installation

The package can be installed from hex as:

  1. Add mandrake to your list of dependencies in `mix.exs`:

        def deps do
          [{:mandrake, "~> 0.0.1"}]
        end

  2. Ensure mandrake is started before your application:

        def application do
          [applications: [:mandrake]]
        end

##Author
**Matteo Basso**
- [github/mbasso](https://github.com/mbasso)
- [@Teo_Basso](https://twitter.com/Teo_Basso)

##Copyright and License
The MIT License (MIT)

Copyright (c) 2015 Matteo Basso

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.