Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantell/gecko-css-triggers
https://github.com/jsantell/gecko-css-triggers
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsantell/gecko-css-triggers
- Owner: jsantell
- License: mit
- Created: 2016-02-19T18:42:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T17:59:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T05:44:40.128Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gecko CSS Triggers
A Firefox addon to collect CSS trigger data for [csstriggers.com](http://csstriggers.com).
## Running
Install [jpm](https://www.npmjs.com/package/jpm), and run this addon pointing to a nightly build
of firefox, or specify `nightly` for it to find it on your machine.```
$ npm install jpm -g
$ cd gecko-css-triggers
$ jpm run -b nightly
```Click the firefox icon in the toolbar to run through a series of tests. Check the console to see where the output file is saved in your temp directory.
## License
MIT License, Copyright (c) 2016 Jordan Santell