An open API service indexing awesome lists of open source software.

https://github.com/ahmednuaman/infinite-carousel

An infinite carousel
https://github.com/ahmednuaman/infinite-carousel

Last synced: about 2 months ago
JSON representation

An infinite carousel

Awesome Lists containing this project

README

        

# An infinite carousel

Written with jQuery. To get started first you need to download jQuery and Handlebars into `components/jquery/` or save yourself some time and effort and use a dependancy manager, such as [Bower](http://twitter.github.com/bower): `make install` and once that's done compile all the things by running: `make compile`.

Then run `index.html` in your favourite browser.

# Testing

Install `expect` by running: `npm install expect` and run the tests using [Mocha](http://visionmedia.github.com/mocha/): `make`