Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nisaacson/loggly-imacros

Send log data to Loggly from iMacros for firefox scripts
https://github.com/nisaacson/loggly-imacros

Last synced: about 1 month ago
JSON representation

Send log data to Loggly from iMacros for firefox scripts

Awesome Lists containing this project

README

        

Send log data to Loggly from iMacros for firefox scripts

# Tests
To run the tests you must first build them with browserify. Install the devDependencies to get browserify
```bash
npm install
make bundle
```
Create a config file in the test directory called **config.json**. At a bare minimum this file must contain a **logglyInput** key value pair. See *test/sampleConfig.json* for an example
```javascript
{
"logglyInput": "really-long-key-you-got-from-loggly"
}
```

Then open up the dist folder in iMacros for Firefox and run the tests.