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

https://github.com/linkorb/tweakjs

tweak.js library
https://github.com/linkorb/tweakjs

Last synced: about 1 year ago
JSON representation

tweak.js library

Awesome Lists containing this project

README

          

tweak.js
========

This simple javascript library allows you to tweak the DOM of your pages simply by passing it an array of tweaks.

## Use-cases:

tweak.js can be used to quickly implement:

* A/B Testing
* Text corrections
* Replace images, styles, etc

Anybody can change tweaks:

* Without changes to the underlying application
* Without developer support
* Without delay

## Installation
```
npm install @linkorb/tweakjs
```

## Demo

Check the `demo/` directory for an demonstration + example on how to use tweak.js

## How to use

To support tweak.js in your application, you'll need to include two tags in the `