Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```