https://github.com/rollbar/rollbarjs-widget-example
https://github.com/rollbar/rollbarjs-widget-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rollbar/rollbarjs-widget-example
- Owner: rollbar
- Created: 2017-06-06T21:34:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T15:23:09.000Z (about 5 years ago)
- Last Synced: 2025-07-25T11:43:58.284Z (11 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 30
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Widget example
How to run this example:
```
# install npm
npm install
# build the widget
./build.sh
# run an http server
python -m SimpleHTTPServer 8080
# optional to test checkignore: in your /etc/hosts, add an entry for 'otherdomain' pointing to 127.0.0.1
# now open http://localhost:8080/index.html in your browser
```