Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anwesh43/phantom-console-capture
phantom scripts to capture errors in console and uploading the logs to a nodejs server
https://github.com/anwesh43/phantom-console-capture
Last synced: 4 days ago
JSON representation
phantom scripts to capture errors in console and uploading the logs to a nodejs server
- Host: GitHub
- URL: https://github.com/anwesh43/phantom-console-capture
- Owner: Anwesh43
- Created: 2018-03-08T03:47:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T04:49:03.000Z (almost 7 years ago)
- Last Synced: 2024-12-26T12:42:26.857Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
### phantom-console-capture
#### Capturing console error in node js with phantomjs.
### Running the project
#### Install nodejs, post that install phantomjs
```
npm install -g phantomjs
```#### Starting the server.
```
npm Install
node app.js
```#### Starting the script
```
phantomjs get_console_output_with_details.js {http/https url}
phantomjs get_console_output_with_details.js https://www.icicibank.com
```#### You can see console errors are captured in server. To modify the end_point in public/index.js capture errors in your backend.