Show your problem solving skills with an embeddable Google Kick Start badge. Embed your badge on your blog, code repository, forum, email signature...
Note: This web app is currently deployed on a Heroku free plan. Therefore, application goes to sleep after 30 minutes of inactivity, thus it is expected that there will be some lag when application wakes up and possible some timeouts. If there is interest, we can move it to paid plan or self host it.
Markdown
[
![Google Kick Start Badge](https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>/thumbnail)
](https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>)
HTML
<a href="https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>">
<img
alt="Google Kick Start Badge"
src="https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>/thumbnail" />
</a>
<iframe
src="https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>"
alt="Google Kick Start Badge" />
API Endpoints
https://google-kickstart-me.herokuapp.com/flier/<nickname>/<language>[/thumbnail]
Option | Required | Default | Description |
---|---|---|---|
<nickname> |
x | ||
<language> |
x |
Supported <language>
values:
bash
c
cplusplus
csharp
clojure
go
groovy
java
javascript
php
python
ruby
rust
scala
swift
typescript
You are most welcome to submit a pull request of any kind (bug fixes, better UI design, optimization, additional tests, refactoring, add support for additional programming language, new feature...)
- Add unit & integration tests
- Code cleanup
I started competing on Kick Start in late 2019 because I wanted to practice problem solving and to learn new programming languages. Lately I have been playing around in Java and Spring framework. Actually, this is my first project with Spring Boot framework, and you are most welcome to do a code review and suggest any improvements.
TODO
SELENIUM_CHROME_PATH=<todo>
SELENIUM_CHROME_DRIVER_PATH=<todo>
- Google Kick Start - Competition homepage and data source for the badge
- Heroku - Free Hosting
- Country Flags API - Country flags images used on the badge
- Devicon - Programming language images used on the badge