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
- Host: GitHub
- URL: https://github.com/ahmednuaman/infinite-carousel
- Owner: ahmednuaman
- Created: 2013-03-03T16:43:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T05:27:00.000Z (over 7 years ago)
- Last Synced: 2025-02-10T14:09:20.218Z (4 months ago)
- Language: CoffeeScript
- Size: 6.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`