{"id":21029481,"url":"https://github.com/lostsh/jikan","last_synced_at":"2026-05-15T20:05:52.982Z","repository":{"id":138697483,"uuid":"452614613","full_name":"lostsh/jikan","owner":"lostsh","description":"WEB ING1 First project","archived":false,"fork":false,"pushed_at":"2023-02-10T10:51:17.000Z","size":20827,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-12T13:29:55.995Z","etag":null,"topics":["api","css","css3","html","html5"],"latest_commit_sha":null,"homepage":"https://lostsh.github.io/jikan/","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lostsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-27T09:15:56.000Z","updated_at":"2024-01-23T14:57:52.000Z","dependencies_parsed_at":"2023-05-23T03:15:13.613Z","dependency_job_id":null,"html_url":"https://github.com/lostsh/jikan","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lostsh/jikan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsh%2Fjikan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsh%2Fjikan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsh%2Fjikan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsh%2Fjikan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostsh","download_url":"https://codeload.github.com/lostsh/jikan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsh%2Fjikan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","css","css3","html","html5"],"created_at":"2024-11-19T12:12:51.581Z","updated_at":"2026-05-15T20:05:52.950Z","avatar_url":"https://github.com/lostsh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jikan\n\n| HTML | CSS | JS |\n|:----:|:---:|:--:|\n| Native 5.0  | 3   | Vanilla 2015 | \n\n## API\n\n[Medias](https://lostsh.github.io/jikan-media/)\n\n## Annex\nOld and first version of the js glitch handler. Now the script loads glitch effect on row hover, the logic is pretty cool you can take a look at it `assets/js/main.js`.\n```js\n/**\n * This function replace normal pic with glitched\n * on mouse hover\n */\nfunction main(){\n    console.log(\"[+]\\tAdding event listener on pictures\");\n\n    /**\n     * Get all img tags of the table\n     */\n    var images = document.querySelectorAll(\"table img\");\n\n    /**\n     * For each image add an anonymous fct\n     * onhover: replace img path with glitched path\n     * onout  : replace img path with normal path\n     */\n    images.forEach( e =\u003e e.addEventListener(\"mouseover\", function(e){\n        //console.log(\"current image url : %s\", e.target.getAttribute('src'));\n        e.target.src = e.target.getAttribute('src').replace(\"normal\", \"glitch\");\n    }));\n\n    images.forEach( e =\u003e e.addEventListener(\"mouseout\", function(e){\n        //console.log(\"current image url : %s\", e.target.getAttribute('src'));\n        e.target.src = e.target.getAttribute('src').replace(\"glitch\", \"normal\");\n    }));\n}\n```\n*a bit of ugly js ...*\n\n\n\u003cbr\u003e\n\n### \u003ccenter\u003eThanks for reading ~\u003c/center\u003e\n## \u003ccenter\u003eᓚᘏᗢ\u003c/center\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostsh%2Fjikan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostsh%2Fjikan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostsh%2Fjikan/lists"}