0.1.0 • Published 8 years ago

shrouder v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

A safeguard against spam bots by creating your email via javascript.

Documentation

Installation

Installing via bower

bower install shrouder

How to Use

Simply add the appropriate data-attributes to your element.

<a href="#" class="button small secondary" data-toggle="email" data-user="hello" data-domain="haleks.ca" data-text="email us"></a>

This element will be converted automatically to the following element.

<a href="mailto:hello@haleks.ca" class="button small secondary" itemprop="email">Email</a>

License

Shrouder is licensed under The MIT License (MIT).