Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harvesthq/harvey
Adding a second face to your application's JavaScript
https://github.com/harvesthq/harvey
Last synced: 2 months ago
JSON representation
Adding a second face to your application's JavaScript
- Host: GitHub
- URL: https://github.com/harvesthq/harvey
- Owner: harvesthq
- License: other
- Archived: true
- Created: 2012-04-24T21:47:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:26:50.000Z (about 7 years ago)
- Last Synced: 2024-08-01T02:29:36.672Z (5 months ago)
- Language: CoffeeScript
- Homepage: http://harvesthq.github.com/harvey
- Size: 388 KB
- Stars: 434
- Watchers: 50
- Forks: 36
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Harvey
Harvey lets you add a second face to your application's JavaScript. It has no dependencies and comes in at about 3k minified or 1k gzipped. Neat!
For documentation, usage, and examples, see:
[http://harvesthq.github.com/harvey](http://harvesthq.github.com/harvey)### Browser Support
Thanks to its various fallbacks and polyfills Harvey works across all modern browsers (IE > 8) that support [CSS media queries](http://caniuse.com/#feat=css-mediaqueries).
### Resources
* Harvey was inspired by Nicholas C. Zakas' article on the different problems with matchMedia
http://www.nczonline.net/blog/2012/01/19/css-media-queries-in-javascript-part-2/* Harvey uses a variation of Paul Irish's matchMedia.js polyfill
https://github.com/paulirish/matchMedia.js### Harvey Credits
- Built by [Harvest](http://www.getharvest.com/). Want to work on projects like this? [We’re hiring](http://www.getharvest.com/careers)!
- Concept and development by [Joschka Kintscher](http://joschka.kintscher.me/)