angular-track

Tracks user actions and API calls in Web applications that use Go and AngularJS (with Angular UI Router)


License
MIT
Install
bower install angular-track

Documentation

track

Build Status status xrefs funcs top func library users

Track tracks user actions and API calls in Web applications that use Go and AngularJS (with Angular UI Router).

Running tests

  1. Create the test database schema. Set the environment vars PGHOST, PGUSER, PGDATABASE, etc., so that running psql alone opens a DB prompt.
  2. Run go test -test.initdb

After running the tests with -test.initdb, you can omit the flag on future runs. To drop the DB schema, run go test -test.dropdb.