Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overloadut/labortracker
Labor Tracker and Timers for ArcheAge
https://github.com/overloadut/labortracker
Last synced: about 1 month ago
JSON representation
Labor Tracker and Timers for ArcheAge
- Host: GitHub
- URL: https://github.com/overloadut/labortracker
- Owner: OverloadUT
- License: mit
- Created: 2014-01-23T08:32:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T20:50:47.000Z (over 10 years ago)
- Last Synced: 2024-10-14T13:15:50.094Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
LaborTracker
============
A tool for the MMORPG video game [ArcheAge](http://archeagegame.com) to keep track of your character(s)' labor, as well as provide convenient timers for various tasks you want to keep track of.Demo Version
==========
There is a read-only demo version running at [http://labor.greglaabs.com](http://labor.greglaabs.com). You can fully interact with it, but nothing will be saved between browser refreshes.Screenshot
========
![Screenshot](https://dl.dropboxusercontent.com/u/26620/AA/labortracker.png "Screenshot")Installing/Developing
===============
LaborTracker runs in the [Meteor framework](https://www.meteor.com/). Getting your own version up and running should be as simple as:curl https://install.meteor.com/ | sh
git clone https://github.com/OverloadUT/LaborTracker.git
cd LaborTracker
meteorAnd then you should be able to see it running at http://localhost:3000
Limitations
========
The current version of LaborTracker runs 100% **insecure**. This means that anybody can read or delete all of the Characters, Timers, etc. at any time. This is the reason that I am only running a read-only version as a demonstration. This was originally developed for just a couple friends and I to use and so I never added any sort of authentication.