Giter Club home page Giter Club logo

google-kickstart-me's Introduction

๐Ÿ†๐Ÿ†๐Ÿ† Google Kick Start Badge ๐Ÿ†๐Ÿ†๐Ÿ†

Show your problem solving skills with an embeddable Google Kick Start badge. Embed your badge on your blog, code repository, forum, email signature...

Google Kick Start Badge

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.

Usage

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

Contributing

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...)

TODO

  • Add unit & integration tests
  • Code cleanup

Story behind the project

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.

Deployment notes

TODO

Configurations

SELENIUM_CHROME_PATH=<todo>
SELENIUM_CHROME_DRIVER_PATH=<todo>

Credits

google-kickstart-me's People

Contributors

arruw avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.