{"id":15590448,"url":"https://github.com/coderberry/fiddle_fart","last_synced_at":"2026-06-19T19:32:29.508Z","repository":{"id":13959954,"uuid":"16660271","full_name":"coderberry/fiddle_fart","owner":"coderberry","description":"FiddleFart is the parsing tool which normalizes embed data from jsfiddle, jsbin, plnkr and codepen.","archived":false,"fork":false,"pushed_at":"2014-02-09T05:09:40.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-17T02:26:38.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/coderberry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-09T04:59:37.000Z","updated_at":"2019-04-14T05:10:29.000Z","dependencies_parsed_at":"2022-08-02T14:30:51.699Z","dependency_job_id":null,"html_url":"https://github.com/coderberry/fiddle_fart","commit_stats":null,"previous_names":["cavneb/fiddle_fart"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coderberry/fiddle_fart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Ffiddle_fart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Ffiddle_fart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Ffiddle_fart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Ffiddle_fart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderberry","download_url":"https://codeload.github.com/coderberry/fiddle_fart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Ffiddle_fart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34546192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T23:22:01.256Z","updated_at":"2026-06-19T19:32:29.489Z","avatar_url":"https://github.com/coderberry.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiddleFart\n\n[![Build Status](https://travis-ci.org/instructure/lti_public_resources.png)](https://travis-ci.org/instructure/lti_public_resources)\n[![Gem Version](https://badge.fury.io/rb/fiddle_fart.png)](http://badge.fury.io/rb/fiddle_fart)\n[![Code Climate](https://codeclimate.com/github/cavneb/fiddle_fart.png)](https://codeclimate.com/github/cavneb/fiddle_fart)\n\nFiddleFart is the parsing tool which takes a URL from any of the\nfollowing services and normalizes the embed data.\n\n* [jsfiddle.net](http://jsfiddle.net)\n* [jsbin.com](http://jsbin.com)\n* [codepen.io](http://codepen.io)\n* [plnkr.co](http://plnkr.co)\n\nThe goal of this gem is to make it very easy to extract out embed\nURLs (for use in other *future* applications).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'fiddle_fart'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fiddle_fart\n\n## Usage\n\n```ruby\nrequire 'fiddle_fart'\n\nurl = \"http://jsbin.com/eyOlOFI/7/edit\"\nobj = FiddleFart::Parser.parse(url)\nobj.embed_url # =\u003e \"http://jsbin.com/eyOlOFI/7/embed\"\n\nurl = \"http://codepen.io/cmykw/pen/krqIt\"\nobj = FiddleFart::Parser.parse(url)\nobj.share_link # =\u003e \"http://codepen.io/cmykw/full/krqIt\"\n\nurl = \"http://jsfiddle.net/cavneb/sKfS8/\"\nobj = FiddleFart::Parser.parse(url)\nobj.embed_url # =\u003e \"http://jsfiddle.net/cavneb/sKfS8//embedded/result/\"\n\nurl = \"http://plnkr.co/edit/ZTArBF?p=info\"\nobj = FiddleFart::Parser.parse(url)\nobj.embed_url # =\u003e \"http://embed.plnkr.co/ZTArBF/preview\"\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/\u003cmy-github-username\u003e/fiddle_fart/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Ffiddle_fart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderberry%2Ffiddle_fart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Ffiddle_fart/lists"}