{"id":17038626,"url":"https://github.com/wbotelhos/flipy","last_synced_at":"2026-04-29T22:03:13.791Z","repository":{"id":136674538,"uuid":"140334872","full_name":"wbotelhos/flipy","owner":"wbotelhos","description":":recycle: jQuery Flipy - Collapse and expand content","archived":false,"fork":false,"pushed_at":"2018-07-10T01:55:45.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T06:14:34.245Z","etag":null,"topics":["collapse","expand","flip","fold","unfold"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wbotelhos.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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-07-09T19:50:22.000Z","updated_at":"2018-07-10T02:26:32.000Z","dependencies_parsed_at":"2023-07-02T09:46:17.140Z","dependency_job_id":null,"html_url":"https://github.com/wbotelhos/flipy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wbotelhos/flipy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fflipy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fflipy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fflipy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fflipy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbotelhos","download_url":"https://codeload.github.com/wbotelhos/flipy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fflipy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["collapse","expand","flip","fold","unfold"],"created_at":"2024-10-14T08:57:18.515Z","updated_at":"2026-04-29T22:03:13.774Z","avatar_url":"https://github.com/wbotelhos.png","language":"JavaScript","funding_links":["https://www.patreon.com/wbotelhos"],"categories":[],"sub_categories":[],"readme":"# Flipy - Collapse and expand content\n\n[![Build Status](https://img.shields.io/travis/wbotelhos/flipy/master.svg)](https://travis-ci.org/wbotelhos/flipy)\n[![NPM Version](https://badge.fury.io/js/flipy.svg)](https://badge.fury.io/js/flipy)\n[![Dependency](https://david-dm.org/wbotelhos/flipy.svg)](https://david-dm.org/wbotelhos/flipy)\n[![Dev Dependency](https://david-dm.org/wbotelhos/flipy/dev-status.svg)](https://david-dm.org/wbotelhos/flipy#info=devDependencies)\n[![Code Climate](https://codeclimate.com/github/wbotelhos/flipy.png)](https://codeclimate.com/github/wbotelhos/flipy)\n[![Support](https://img.shields.io/badge/donate-%3C3-brightgreen.svg)](https://www.patreon.com/wbotelhos)\n\nFlipy is an tiny flipy editor to enable a quick ajax update with no need to create a form.\n\n## Options\n\n```js\nopenedClass: 'flipy__trigger--opened' // class used to indicate that the content is opened\nspeed:       200                      // speed of collapse and expand effect\n```\n\n## Usage\n\nYou declare an element with optional data atributes:\n\n```html\n\u003cdiv class=\"flipy\" data-opened-class='opened' data-speed=\"300\"\u003e\n  \u003cdiv class=\"flipy__trigger\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"flipy__content\"\u003eHello World!\u003c/div\u003e\n\u003c/div\u003e\n```\n\nOn JS you can declare attributes too, but data attributes has priority:\n\n```js\n$('.flipy').flipy({ speed: 100 });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbotelhos%2Fflipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbotelhos%2Fflipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbotelhos%2Fflipy/lists"}