https://github.com/garugaru/tao
Fast, scalable, container ready aggregator for coderdojo events
https://github.com/garugaru/tao
backend coderdojo docker events golang
Last synced: 2 months ago
JSON representation
Fast, scalable, container ready aggregator for coderdojo events
- Host: GitHub
- URL: https://github.com/garugaru/tao
- Owner: GaruGaru
- License: mit
- Created: 2018-01-21T11:39:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T19:26:49.000Z (almost 8 years ago)
- Last Synced: 2025-06-26T19:47:46.369Z (about 1 year ago)
- Topics: backend, coderdojo, docker, events, golang
- Language: Go
- Homepage:
- Size: 30 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tao
[](https://travis-ci.org/GaruGaru/Tao)
[](https://goreportcard.com/report/github.com/GaruGaru/Tao)


[](https://microbadger.com/images/garugaru/tao "Get your own image badge on microbadger.com")

### Fast, scalable, container ready aggregator for coderdojo events
## Supported platforms
- Eventbrite
- Zen
- Custom api feed (wip)
# Run locally
docker run -p 80:80 -e EVENT_BRITE_TOKEN=A_VALID_TOKEN garugaru/tao
# Powered with ♥ by
- [GoLang](https://golang.org/)
- [Gin Gonic - The fastest full-featured web framework for Golang.](https://gin-gonic.github.io/gin/)