Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidm42/n2e2
This extension calculates the time you worked this week and how long you worked today in minutes. This works with E2N
https://github.com/davidm42/n2e2
Last synced: about 2 months ago
JSON representation
This extension calculates the time you worked this week and how long you worked today in minutes. This works with E2N
- Host: GitHub
- URL: https://github.com/davidm42/n2e2
- Owner: DavidM42
- License: gpl-3.0
- Created: 2020-10-19T09:44:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T13:51:29.000Z (over 3 years ago)
- Last Synced: 2024-10-07T07:21:10.826Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 330 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E2nCalculator
This extension calculates the time you worked in specific weeks and since first day of this month (currently hard set to 19th).
## Test locally
1. Clone `git clone [email protected]:DavidM42/E2NCalculator`
* `cd E2NCalculator`
2. `npm install`
3. Load folder in browser as unpacked extensionSee `web-ext.md` for instructions how to easily develop with firefox.