Skip to content

mdopieralski/desktime-stats

Repository files navigation

desktime stats

Build Status devDependencies Status dependencies Status

Simple Angular2 app, which loads data from Desktime API. Since the source actually allows only to load data per day, what you can do for now is:

  • Set your hour wage
  • Calculate how much did you earn current day so far

Setup

  • Go to settings page.
  • Set your API key. You can find it here.
  • Set your hour wage.
  • Go to stats page.
  • Voilà !

Technologies

  • Angular 2.4.6
  • Typescript 2.1.6
  • Webpack 2.2.1
  • Webpack Dashboard 0.3.0
  • Karma 1.4.1
  • Jasmine 2.5.3

Development

  • npm install
  • npm start
  • npm run build:production