{"id":18311066,"url":"https://github.com/dmitriyakkerman/simple-slider","last_synced_at":"2025-10-16T06:37:30.026Z","repository":{"id":144074473,"uuid":"156391868","full_name":"dmitriyakkerman/Simple-slider","owner":"dmitriyakkerman","description":"Simple slider with manual/autoplay functionality","archived":false,"fork":false,"pushed_at":"2020-04-14T12:20:37.000Z","size":6585,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-15T06:16:51.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/dmitriyakkerman.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":"2018-11-06T13:58:27.000Z","updated_at":"2020-12-30T10:58:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ec005c8-3ff8-496c-af01-db2d2c3b745d","html_url":"https://github.com/dmitriyakkerman/Simple-slider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2FSimple-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2FSimple-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2FSimple-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2FSimple-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriyakkerman","download_url":"https://codeload.github.com/dmitriyakkerman/Simple-slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036066,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T16:16:21.174Z","updated_at":"2025-10-16T06:37:24.994Z","avatar_url":"https://github.com/dmitriyakkerman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"1.Markup. Create the root element with any selector, put inside it your images:\n\n      \u003cdiv class=\"my-slider\"\u003e\n        \u003cimg src=\"\" alt=\"\"\u003e\n        \u003cimg src=\"\" alt=\"\"\u003e\n        \u003cimg src=\"\" alt=\"\"\u003e\n      \u003c/div\u003e \n      \n2. Add main styles im HEAD tag:\n       \n        \u003clink rel=\"stylesheet\" href=\"assets/css/simple-slider.css\"\u003e\n\n3. Add main Javascript code in the end of BODY tag:\n      \n        \u003cscript src=\"assets/js/simple-slider.js\"\u003e\u003c/script\u003e\n  \n4.Initialization. Init slider by specifying the root selector inside slider app generation.\n  \n       document.addEventListener('DOMContentLoaded', function() {\n        new SimpleSlider({\n            el: document.querySelector('.my-slider')\n        });\n       })\n\n5. Options:     \n\n                \n        autoplay: false/true,                    \n        autoplayDelay: 2500\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriyakkerman%2Fsimple-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriyakkerman%2Fsimple-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriyakkerman%2Fsimple-slider/lists"}