Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdewit/bootstrap-timepicker
[Deprecated] A simple timepicker component for Twitter Bootstrap
https://github.com/jdewit/bootstrap-timepicker
Last synced: 28 days ago
JSON representation
[Deprecated] A simple timepicker component for Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/jdewit/bootstrap-timepicker
- Owner: jdewit
- License: mit
- Created: 2012-04-29T17:14:11.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-14T11:28:03.000Z (9 months ago)
- Last Synced: 2024-05-17T01:42:13.101Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.6 MB
- Stars: 1,639
- Watchers: 98
- Forks: 1,090
- Open Issues: 129
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - jdewit/bootstrap-timepicker - [Deprecated] A simple timepicker component for Twitter Bootstrap (JavaScript)
README
Timepicker for Twitter Bootstrap
================================WARNING: This project is no longer maintained.
[![Build Status](https://travis-ci.org/jdewit/bootstrap-timepicker.svg?branch=gh-pages)](https://travis-ci.org/jdewit/bootstrap-timepicker)
A simple timepicker component for Twitter Bootstrap.
Status
======
Please take a look at the `CHANGELOG.md` and the issues tab for issues we're
working on and their relative priorities.Installation
============This project is registered as a Bower package,
and can be installed with the following command:```bash
bower install bootstrap-timepicker
```You can also download our latest release (and any previous release)
here.Demos & Documentation
=====================View demos & documentation.
Support
=======If you make money using this timepicker, please consider
supporting its development.Contributing
============1. Install NodeJS and Node Package Manager.
2. Install packages
```bash
npm install
```3. Use Bower to get the dev dependencies.
```bash
bower install
```4. Use Grunt to run tests, compress assets, etc.
```bash
grunt test // run jshint and jasmine tests
grunt watch // run jsHint and Jasmine tests whenever a file is changed
grunt compile // minify the js and css files
```- Please make it easy on me by covering any new features or issues
with Jasmine tests.
- If your changes need documentation, please take the time to update the docs.Acknowledgements
================Thanks to everyone who have given feedback and submitted pull requests. A
list of all the contributors can be found here.Special thanks to @eternicode and his Twitter Datepicker for inspiration.