Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityachandak287/timeline
Timeline Tracker using node.js and react.js
https://github.com/adityachandak287/timeline
Last synced: about 7 hours ago
JSON representation
Timeline Tracker using node.js and react.js
- Host: GitHub
- URL: https://github.com/adityachandak287/timeline
- Owner: adityachandak287
- Created: 2020-03-12T17:35:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:03:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T23:39:04.816Z (6 months ago)
- Language: JavaScript
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Timeline Tracker
Timeline Tracker which brings in data from wakatime plugin on various IDEs, option to manually add activities.
## To-do
[x] Save wakatime data to mongoDB.
[x] setInterval for a function to query wakatime data at regular time intervals and save them to mongoDB.
[ ] Form and Chart components for manually adding activities.