atimer
v0.1.4
Published
Track any time-based activity
Downloads
3
Readme
time
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
- Watch: How Will You Measure Your Life? http://youtu.be/tvos4nORf_Y
- and Don't waste people's time: http://ecorner.stanford.edu/authorMaterialInfo.html?mid=3404
What?
A simple way to track activities over time.
How?
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