====== Exercism Widgets ====== ===== Info ===== Your account must be Public (Have at least 10rep) to use this API. This api can be used to embed Exercism widget on sites and Github Profiles. **Base URL:** ''https://api.janpalma.cz/exercism/'' ===== Endpoints ===== ==== /graph.png ==== :ht-get: Shows your overall status on Exercism. Note that this endpoint is basicaly just nice version of their OG Image (https://exercism.org/profiles/mobilex1122.jpg). === Parameters === | ''?u='' | //String// | Exersism Username (Defaults to mine) | === Response === {{ :api:exercism-graph.png?400 |}} ---- ==== /tracks.png ==== :ht-get: :!: This endpoint is WIP and doesn't support other users. :!: Shows track progress for user (Right now only me). === Parameters === NONE === Response === {{ :api:exercism-tracks.png?400 |}} ----