Skip to content

reevoo/tracker

Repository files navigation

Tracker

Build Status

This is an API used for tracking events at Reevoo.

Setup

To begin hacking on this project you need to install a few dependencies first.

Go

On the mac install go with brew install go

it is important to setup GOPATH and PATH corectly, add this to your .profile

export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH

Get the code:

go get github.com/reevoo/tracker

Dependencies

Dependencies are managed by godep.

Install godep:

go get github.com/tools/godep

To save currently-used dependencies to file Godeps:

godep save

Tests

To check everything is working properly run go test to run the unit tests.

To start the server, run go run tracker/server.go

Install & Run

 godep save
 godep go install
 $GOPATH/bin/tracker

About

A generic API for tracking events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages