saas786 / ColourLovers-Wizard

A small library to access an integrate ColourLovers API search into your pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColourLovers Wizard

Quick Presentation

The ColourLovers-Wizard is a jQuery based javascript tiny utility library to help developpers integrate the ColourLovers API on their pages.

ColourLovers (http://www.colourlovers.com) is a vibrant community of millions of colour 'fanatics' all over the world that share their enthusiasm and creations about palettes of colours and great patterns to create with. Some of these users may work in the graphical field (like you may found a great number of web designers) but it is not required, because the set of tools provided with the ColourLovers service are really easy to use.

The use of these creations are multiples : you can use the created repeatables patterns on a wide variety of supports like fabrics, wallpaper, stickers, business cards but of course their main use that is our concern here is how to integrate the great palettes and patterns created by the community on your web pages. To allow this, ColourLovers provides a REST API that is, at the moment i write this introduction, free to use within any non-commercial project (for commercial usage, contact ColourLovers), and doesn't even require the need of a custom API key.

To allow even quicker productivity and reuse, EIDOLON LABS provides you with this library that embeds commons API uses like search and apply palettes/patterns on your page, in a few easy-to-use and customizable functions, called as magic methods on a single Wizard object.

Examples - Tutorial

The best introductive presentation to this project can be found in [this post on our web site[ (http://eidolon-labs.com). All the code examples provided in the article are actually embedded and executed so that the article is a real-life example of how to incorporate our library into your web page.

Documentation

Coming soon.

While waiting for this page to be updated, check the fully documented source code of the library, as every public method is thoroughy documented.

Licences

As for every other work provided by EIDOLON LABS, this library is released under the MIT Licence as described by the following terms :

Copyright © 2011, EIDOLON LABS 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. Except as contained in this notice, the name of the shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the .

The use of ColourLovers API and the right to incorporate community's palettes and patterns is described by these licence terms and agrements.

Copyright © 2008, COLOURlovers.com All rights reserved.

Access to the services provided by this website and the COLOURlovers API and use of the information and services provided through the same, with or without modification, are permitted provided that the following conditions are met: Websites or software that use the information and services provided by this website and API must provide attribution credit to COLOURlovers.com. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of COLOURlovers.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission, apart from the required attribution above.

THIS WEBSITE AND THE COLOURLOVERS API IS PROVIDED BY COLOURLOVERS.COM AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COLOURLOVERS.COM BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

A small library to access an integrate ColourLovers API search into your pages.