Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

LogentriesCommunity/Logentries-Angular-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logentries Angular Sample

To build the sample:

  • Install node.js version => 0.12
  • Clone this repository
  • cd into the cloned directory
  • Run npm install
  • Replace the token in app/LogEntriesFactory.js with your Logentries token (see below)
  • Start the node server with
npm run-script start

or

node server.js

Connecting the sample to you Logentries account

  • Edit the app/LogEntriesFactory.js file.
  • Replace the "1234_fake_token" with your token and the links will post correctly to your Logentries.com endpoint.
opts.token = '1234_fake_token';

becomes

opts.token = 'your token';

About

Illustration of how to connect Logentries to Angular v1.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •