{"id":21714852,"url":"https://github.com/zevolution/ponto-menos","last_synced_at":"2025-04-12T19:14:15.382Z","repository":{"id":194816915,"uuid":"688185342","full_name":"zevolution/ponto-menos","owner":"zevolution","description":"The \"Puncher\"","archived":false,"fork":false,"pushed_at":"2024-03-17T23:45:20.000Z","size":59,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T19:14:10.899Z","etag":null,"topics":["aws","aws-cloudformation","aws-lambda","cli","cron","crontab","eventbridge","eventbridge-scheduler","go","golang","lambda","pontomais","punchcard","punchclock","schedule","serverless-framework"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zevolution.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-06T20:35:26.000Z","updated_at":"2024-02-26T09:48:07.000Z","dependencies_parsed_at":"2023-10-03T06:30:55.809Z","dependency_job_id":null,"html_url":"https://github.com/zevolution/ponto-menos","commit_stats":null,"previous_names":["zevolution/ponto-menos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevolution%2Fponto-menos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevolution%2Fponto-menos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevolution%2Fponto-menos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevolution%2Fponto-menos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevolution","download_url":"https://codeload.github.com/zevolution/ponto-menos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618281,"owners_count":21134201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cloudformation","aws-lambda","cli","cron","crontab","eventbridge","eventbridge-scheduler","go","golang","lambda","pontomais","punchcard","punchclock","schedule","serverless-framework"],"created_at":"2024-11-26T00:39:09.578Z","updated_at":"2025-04-12T19:14:15.361Z","avatar_url":"https://github.com/zevolution.png","language":"Go","readme":"\u003cspan id=\"top\"\u003e\u003c/span\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/spring-projects/spring-boot/assets/36534847/b6a65f6b-39db-4b9a-b509-0553d736811e\" alt=\"PontoMenos-Logo\"\u003e\n\n## Table of contents\n- [About the project](#about-the-project)\n- [Description](#description)\n- [Built with](#built-with)\n- [Installation](#installation)\n- [Requirements to run](#requirements-to-run)\n- [Modules](#modules)\n- [License](#license)\n\n## About the project\nThis project is a part of my private project portfolio originally implemented in Java. The primary motivation for its migration is to enhance my proficiency with the Go programming language.\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Description\nAre you tired of forgetting to clock in or simply are very lazy like me and find it cumbersome to navigate to the clock-in page every time? Stop worrying! The Ponto-Menos app offers a seamless solution for punctuality on [Ponto Mais](https://pontomais.com.br), the brazilian platform responsible for managing employee punch clocks, now under the [VR](https://www.vr.com.br) umbrella. Simplify your workday routine with this user-friendly tool and never miss the \"time\" again!\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Built with\n* [Golang](https://go.dev)\n* [Serverless Framework](https://www.serverless.com)\n* [Cobra](https://github.com/spf13/cobra)\n* [AWS Lambda Go](https://github.com/aws/aws-lambda-go)\n* [Zap](https://github.com/uber-go/zap)\n* [Viper](https://github.com/spf13/viper)\n* [LumberJack](https://github.com/natefinch/lumberjack)\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Installation\n\nTo clone and run this application, you'll need Git installed on your computer(or no, if you want to download **.zip**). From your command line:\n```bash\n# Git CLI\ngit clone https://github.com/zevolution/ponto-menos.git\n\n# Github CLI\ngh repo clone zevolution/ponto-menos\n```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Requirements to run\n* If you use Windows OS, is strongly recommended that you use WLS2 to perform all operations.\n* [Golang 1.19](https://tip.golang.org/doc/go1.19)\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Build\nThis project uses Makefile, to view build options using `make help`:\n```bash\nbuild                          Build all binaries\nbuild-cli                      Build CLI binary (e.g. 'make os=darwin arch=arm64 build-cli' or just 'make build-cli' for linux)\nbuild-lambda                   Build lambda binaries using param 'name' (e.g. make name=lambda-name build-lambda)\nzip-lambda                     Zip lambda binaries\nclean                          Remove previous build\nhelp                           Display available commands\n```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Modules\nThis project features two modules: [Punch-Clock Schedule](cmd/punchclockschedule/README.md) and [CLI](cmd/cli/README.md). For in-depth details about each module, please explore the following links.\n\n\u003cdetails open\u003e\n    \u003csummary\u003e\n        \u003cstrong\u003e\n            \u003cspan\u003e\u003ca href=\"https://github.com/zevolution/ponto-menos/tree/main/cmd/punchclockschedule/README.md\"\u003e⏱️ Punch-Clock Schedule\u003c/a\u003e\u003c/span\u003e\n        \u003c/strong\u003e\n    \u003c/summary\u003e\n    \u003cimg src=\"https://github.com/spring-projects/spring-boot/assets/36534847/a59e1e3e-7eae-4e1d-9aec-53e128b10992\"/\u003e\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n    \u003csummary\u003e\n        \u003cstrong\u003e\n            \u003cspan\u003e\u003ca href=\"https://github.com/zevolution/ponto-menos/tree/main/cmd/cli/README.md\"\u003e🖥️ CLI\u003c/a\u003e\u003c/span\u003e\n        \u003c/strong\u003e\n    \u003c/summary\u003e\n    \u003cimg src=\"https://github.com/spring-projects/spring-boot/assets/36534847/3d55b7a2-bbdc-436f-8f78-88b9197669a9\"/\u003e\n\u003c/details\u003e\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevolution%2Fponto-menos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevolution%2Fponto-menos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevolution%2Fponto-menos/lists"}