Skip to content
Chris Mowforth edited this page May 14, 2014 · 6 revisions

le.js now has bower support!

Getting started

Installing le.js through Bower is simple. First, update your bower.json file to include the logentries library. Here's a minimal example:

{
  "name": "my-project",
  "version": "1.0.0",
  "dependencies": {
    "logentries": "*"
  }
}

Then run bower install and you're good to go!

Clone this wiki locally