Skip to content

A simple javascript plugin for creating a touch based carousel.

Notifications You must be signed in to change notification settings

mediastuttgart/carousell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carousell

A simple javascript plugin for creating a touch based carousel.

Latest version

0.2.0

Install

Get a packaged source file:

Or install via Bower:

bower install carousell

Build

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

MIT License

Carousell is released under the MIT License.

About

A simple javascript plugin for creating a touch based carousel.

Resources

Stars

Watchers

Forks

Packages

No packages published