0.1.4 • Published 9 years ago

atimer v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

time

Build Status Code Climate Test Coverage Dependencies Node version HAPI 8.2

Until we can manage time, we can manage nothing else


Why? Start with Why

The price of anything is the amount of life you exchange for it.” ~ Henry David Thoreau

Time (a finite amount it) is one of the few things we all have in common.
Wether we like it or not, we each only have a fixed amount.
It is our most precious non-renewable 'resource'.
We need a much better way of keeping track of how we spend it. ˜

More detail: https://github.com/ideaq/time/issues/19

What?

A simple way to track activities over time.

How? contributions welcome

Help us build it! https://github.com/ideaq/time/issues

Expected Environment Variables˜

The API server will not work unless these environment variables are set.

Run the following command to set up your local machine:

export ES_HOST="127.0.0.1"
export ES_PORT=9200
export JWT_SECRET="NeverShareYourSecret"

See .travis.yml for Continuous integration settings.

Use Vagrant to Run ElasticSearch on your Local Machine

vagrant up
vagrant ssh
sudo service elasticsearch start

No Registration Required

Try without registering: https://github.com/ideaq/time/issues/58

API

Our core objective is build a Great API from day one.

Curious About APIs?

Here's some research/notes: https://github.com/nelsonic/learn-api-design