Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/pickr
A javascript date picker
https://github.com/firstandthird/pickr
Last synced: 3 days ago
JSON representation
A javascript date picker
- Host: GitHub
- URL: https://github.com/firstandthird/pickr
- Owner: firstandthird
- License: mit
- Created: 2013-11-10T17:02:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:41:05.000Z (about 8 years ago)
- Last Synced: 2024-04-08T15:13:17.871Z (10 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
#pickr
A javascript datepicker
##Installation
###Bower
`bower install pickr`
###Manual Download
- [Development]()
- [Production]()##Usage
Docs coming soon
##Development
###Requirements
- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`###Setup
- `npm install`
- `bower install`###Run
`grunt dev`
or for just running tests on file changes:
`grunt ci`
###Tests
`grunt mocha`