Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nisaacson/loggly-imacros
- Owner: nisaacson
- Created: 2013-03-18T18:29:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-19T00:39:58.000Z (over 11 years ago)
- Last Synced: 2024-10-08T21:48:00.197Z (about 1 month ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.