{"id":18426138,"url":"https://github.com/clevertap/clevertap-fxos","last_synced_at":"2025-04-07T16:32:22.699Z","repository":{"id":42209993,"uuid":"115763447","full_name":"CleverTap/clevertap-fxos","owner":"CleverTap","description":"CleverTap Firefox OS SDK","archived":false,"fork":false,"pushed_at":"2024-08-23T09:16:14.000Z","size":964,"stargazers_count":0,"open_issues_count":4,"forks_count":4,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-24T08:34:11.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/CleverTap.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":"2017-12-30T00:28:40.000Z","updated_at":"2024-08-23T09:12:00.000Z","dependencies_parsed_at":"2024-08-23T08:42:56.166Z","dependency_job_id":null,"html_url":"https://github.com/CleverTap/clevertap-fxos","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverTap%2Fclevertap-fxos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverTap%2Fclevertap-fxos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverTap%2Fclevertap-fxos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleverTap%2Fclevertap-fxos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleverTap","download_url":"https://codeload.github.com/CleverTap/clevertap-fxos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223286468,"owners_count":17120000,"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-06T05:07:00.334Z","updated_at":"2024-11-06T05:07:00.885Z","avatar_url":"https://github.com/CleverTap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CleverTap Firefox OS SDK\n\n### Installation\n\n- Copy clevertap.js/clevertap.min.js directly into your FireFox app js directory and load in a script tag in your index.html:  \n\n  `\u003cscript type=\"text/javascript\" src=\"js/libs/clevertap.js\" defer\u003e\u003c/script\u003e`\n\n  See [Example](Examples/Simple).\n\n- Install via npm `npm install clevertap-fxos --save` and require/import the module:  \n\n  `var clevertap = require('clevertap-fxos');`  \n\n  See [Example](Examples/StartStopAngular).\n\n### Usage\n\n#### Initialization\n```\nclevertap.setLogLevel(clevertap.logLevels.DEBUG); // optional\nclevertap.setAppVersion(\"1.0.0\"); // optional\nclevertap.init(\"WWW-WWW-WWRZ\"); // required, pass your CleverTap Account ID\n```\n#### Record An EVENT\n`clevertap.event.push(\"Product Viewed\");`\n\n#### Update A User Profile\n```\nclevertap.profile.push({\n \"Site\": {\n   \"Name\": \"Jack Montana\",\n   \"Age\": 28\n }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevertap%2Fclevertap-fxos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclevertap%2Fclevertap-fxos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevertap%2Fclevertap-fxos/lists"}