Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zikani03/calendago
Calendars for everyone.
https://github.com/zikani03/calendago
Last synced: 6 days ago
JSON representation
Calendars for everyone.
- Host: GitHub
- URL: https://github.com/zikani03/calendago
- Owner: zikani03
- License: mit
- Created: 2022-08-30T10:17:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T20:26:31.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:53:18.486Z (7 months ago)
- Language: Go
- Size: 3.73 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendago
> NOTE: Work in Progress
## Note for Collaborators
- Contribute changes via pull-requests wherever possible, choose appropriate name for your branch :)
- Run `go fmt` before committing and pushing changes
- Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)**Building**
```
$ git clone [email protected]:zikani03/calendago.git$ cd calendago
$ go build
# create a .env file see docs/product.md
$ ./calendago
```## Credits
- [floAr/calendargo](https://github.com/floAr/calendargo) - provided a starting point for generating calendar
-