{"id":19905174,"url":"https://github.com/ossphilippines/morphling.js","last_synced_at":"2026-02-17T09:40:16.538Z","repository":{"id":31498017,"uuid":"117498760","full_name":"OSSPhilippines/morphling.js","owner":"OSSPhilippines","description":"Vanilla Js version of Vue Morphling","archived":false,"fork":false,"pushed_at":"2022-12-07T00:55:17.000Z","size":8238,"stargazers_count":3,"open_issues_count":18,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T21:52:43.369Z","etag":null,"topics":["hacktoberfest"],"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/OSSPhilippines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-15T04:53:07.000Z","updated_at":"2023-04-30T14:48:15.000Z","dependencies_parsed_at":"2023-01-14T19:15:47.134Z","dependency_job_id":null,"html_url":"https://github.com/OSSPhilippines/morphling.js","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/OSSPhilippines%2Fmorphling.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fmorphling.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fmorphling.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fmorphling.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSSPhilippines","download_url":"https://codeload.github.com/OSSPhilippines/morphling.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346421,"owners_count":17296214,"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":["hacktoberfest"],"created_at":"2024-11-12T20:31:52.178Z","updated_at":"2026-02-17T09:40:11.500Z","avatar_url":"https://github.com/OSSPhilippines.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morphling\n\nSuper easy to use, pure Javascript data filters collection.\n\n\u003e WARNING: If you are looking for the morphling for vuejs, I renamed it to vue-morphling. This new library is the NEW vanilla javascript version of morphling. For questions please feel free to contact me.\n\n\u003e NOTE: This library is currently in development stage and is not yet ready for production use.\n\n# Install \n\n**NPM** or **Yard**\n\n`npm install morphling`\n\n`yarn add morphling`\n\n**CDN**\n\n`https://unpkg.com/morphling/dist/morphling.js`\n# Apply\n\n*Node*\n\n`import morphling from 'morphling'`;\n\n*HTML*\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    ...\n  \u003c/head\u003e\n  \u003cbody\u003e\n    ...\n    \u003c!-- Your shits here --\u003e\n    ...\n    \u003c!-- IMPORTANT: Mophling.js should be imported below here. --\u003e\n    \u003cscript src=\"https://unpkg.com/morphling.js/dist/morphling.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n# Use\n\n```javascript\nmorphling.uppercase('foo');\n// FOO\n\nmophling.reverse('bar');\n// rab\n```\n\n```html\n\u003ch1 data-morph.uppercase\u003efoo\u003c/h1\u003e\n\u003c!-- FOO --\u003e\n\n\u003ch1 data-morph.reverse\u003ebar\u003c/h1\u003e\n\u003c!-- rab --\u003e\n```\n\n# API\n\n**Filters**\n\n- [Capitalize](#capitalize)\n\n## capitalize\n\n\u003e foo -\u003e Foo\n\nCapitalize the first character of a giver string. \n\n```javascript\nmorphling.capitalize('foo'); // -\u003e Foo\n```\n\n```html\n\u003cspan data-morph.capitalize\u003efoo\u003c/span\u003e // -\u003e Foo\n```\n\n[Back to top ↑](#api)\n\n----\n\n\n\nMade with ❤️ by Jofferson Ramirez Tiquez","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossphilippines%2Fmorphling.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossphilippines%2Fmorphling.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossphilippines%2Fmorphling.js/lists"}