Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverjash/chrome-guardian-ab-tests
Chrome extension to easily view and switch A/B tests on theguardian.com.
https://github.com/oliverjash/chrome-guardian-ab-tests
Last synced: 25 days ago
JSON representation
Chrome extension to easily view and switch A/B tests on theguardian.com.
- Host: GitHub
- URL: https://github.com/oliverjash/chrome-guardian-ab-tests
- Owner: OliverJAsh
- Created: 2015-06-13T22:04:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T22:57:47.000Z (over 8 years ago)
- Last Synced: 2024-04-14T09:43:54.520Z (7 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/ab-tests/nehbenedinjacnhlkjbdneedibcagmno
- Size: 817 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guardian A/B tests Chrome extension
Chrome extension to easily view and switch A/B tests on theguardian.com.
Written using RxJS, virtual-dom, ImmutableJS, Material Design Lite, and jspm.
https://chrome.google.com/webstore/detail/ab-tests/nehbenedinjacnhlkjbdneedibcagmno
![Demo](demo.png)
## Testing
```
npm install
./node_modules/.bin/jspm install
```## Release
```
./build.sh
./bundle.sh
# manually upload artifact
```