A simple javascript plugin for creating a touch based carousel.
0.2.0
Get a packaged source file:
Or install via Bower:
bower install carousell
First, clone a copy of the main Carousell git repository by running:
git clone git://github.com/mediastuttgart/carousell.git
Install the grunt-cli and bower packages if you haven't before. These should be done as global installs:
npm install -g grunt-cli bower
Make sure you have grunt and bower installed by testing:
grunt -version
bower -version
Enter the Carousell directory and install the Node and Bower dependencies:
cd carousell && npm install && bower install
Then run grunt to build Carousell:
grunt
Carousell is released under the MIT License.