Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/Grawl/logerr into Grawl-master
Browse files Browse the repository at this point in the history
  • Loading branch information
i-break-codes committed Nov 8, 2016
2 parents be60736 + 5dbcc4e commit 2d39eb4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Provides JavaScript error details in a readable format. You can log these errors

---

#### Install via :-
#### Install:

#### CDN
**Development [Unminified]**
Expand All @@ -23,8 +23,17 @@ Provides JavaScript error details in a readable format. You can log these errors
**Production [Minified]**
> https://cdnjs.cloudflare.com/ajax/libs/logerr/1.2.0/logerr.min.js
#### [npm](http://npmjs.com)

```bash
npm install i-break-codes/logerr
```

#### [Bower](https://bower.io/)
> bower install logerr

```bash
bower install logerr
```

#### Manually

Expand Down Expand Up @@ -98,10 +107,10 @@ remoteSettings: { //Object {}, required if remoteLogging is set to t
---

#### Roadmap
- [] Enable/Disable detailedErrors mode in console.
- [] Remote logging by sending post request
- [] Cross browser support (Partially fixed)
- [] Add notifications on the page if any exception. (in progress)
- [x] Enable/Disable detailedErrors mode in console.
- [x] Remote logging by sending post request
- [x] Cross browser support (Partially fixed)
- [ ] Add notifications on the page if any exception. (in progress)

...will add some more stuff to make debugging easy.

Expand Down
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "logerr",
"version": "0.1.0",
"repository": "https://github.com/i-break-codes/logerr.git",
"main": "logerr.js",
"homepage": "https://github.com/i-break-codes/logerr",
"authors": [
"i-break-codes <[email protected]>"
],
"description": "Provides JavaScript errors in readable format. Also allows developers to log exceptions remotely by sending a post reqest.",
"keywords": [
"javascript",
"debug",
"errorhandling",
"log",
"errorlogging",
"remotelogging",
"exceptionhandling",
"exceptions"
],
"license": "MIT"
}

0 comments on commit 2d39eb4

Please sign in to comment.