Tombala is a Giveaway machine. It allows you to create giveaways using Youtube comments.
- Vercel(Hosting)
- Vue.js(For frontend)
- Youtube API | (For recieve comments and video data.)
-
Clone the project with:
$ git clone https://github.com/kaanersoy/tombala.git -
cd projectpath && npm install -
Pass your API_KEY and production port to .env file like:
VUE_APP_YOUTUBE_API=<your_api_key> -
npm run serve(for dev mode) -
npm run build(for production mode)
- Fix responsive design
- Build a Restfull API for secure API key.
- ...