Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module is intended to bring dynamic interactive content to the website via a basic "Random Quote" / "Quote of the Day" block.

The content of this block is being pulled from http://iheartquotes.com, and currently allow the following operations:

- Selection of predefined tags, available on http://iheartquotes.com, for pulling the random quote.

This block pull content only when refreshed, so if cache is enabled, it will display the same quote depending on cache settings.
If the cache is disabled for this block, it will pull a random new quote at each rendering.

Further extension and implementation (based on allowed API from sources):
- additional source: http://www.quotedb.com/
- additional parameters for existing source: quote min / max length limits.

Project information