Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`