mite.goal:一个基于HTML的简单应用程序用于设置和可视化通过mite跟踪的时间或收入目标(http:mite.yo.lk) 源码
螨虫 一个简单的,基于HTML的应用程序,用于设置和可视化使用跟踪的时间或收入目标。 看起来像这样: 用于创建此图表的API: // parses the passed URL, loads it's time entries, compares to expectatiosn (50h) // and draws a diagram (today until Sep 10th) showing my progress compared to the goal MiteGoal ( { apiKey : '12345678' } ) . expect ( 'https://example.mite.yo.lk/reports/time_entries#project_id=123' ) . toBe ( 50 ) . by ( '2013-09-10' ) . render (
用户评论