ándaga-core
25 logs for 1667 minutes
explore 16.0%
research 16.0%
code 68.0%
ándaga-core is the main engine and api for my ándaga time-tracking system. After the first initial year of tracking with ándaga, I realized I wanted a better way to store my logs. I didn't want them to only be stored locally, and I wanted multiple programs to be able to interact them. I then created a small serverless api with Node hosted on Vercel
Below are the current routes that exist:
GET /categories
used to retrieve a list of categories that have been usedGET /log
used for retrieving a certain amount of logs with an optional amount parameterPOST /log
used for storing logsGET /projects
used to retrieve a list of projects that have been usedGET /tags
used to retrieve a list of tags that have been used
As I hopefully continue to expand ándaga-cli this api will become more robust