{"id":13749003,"url":"https://github.com/caffeinalab/ti.siriwave","last_synced_at":"2025-12-25T07:52:50.324Z","repository":{"id":153210665,"uuid":"20643549","full_name":"caffeinalab/ti.siriwave","owner":"caffeinalab","description":"SiriwaveJS porting for Titanium as Alloy widget.","archived":false,"fork":false,"pushed_at":"2016-10-20T17:35:14.000Z","size":17,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-15T23:31:43.404Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caffeinalab.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-06-09T11:04:27.000Z","updated_at":"2024-03-04T02:59:56.000Z","dependencies_parsed_at":"2024-01-17T13:12:15.460Z","dependency_job_id":"7ec0ea5d-0442-4e42-a9f0-16828253c75f","html_url":"https://github.com/caffeinalab/ti.siriwave","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/caffeinalab%2Fti.siriwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fti.siriwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fti.siriwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fti.siriwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caffeinalab","download_url":"https://codeload.github.com/caffeinalab/ti.siriwave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253240350,"owners_count":21876593,"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-08-03T07:00:53.823Z","updated_at":"2025-12-25T07:52:50.288Z","avatar_url":"https://github.com/caffeinalab.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Ti.SiriWave\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CaffeinaLab/Ti.SiriWave?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n### com.caffeinalab.titanium.siriwave\n\n####[Watch the original script in JS](https://github.com/CaffeinaLab/SiriWaveJS)\n\n![image](http://f.cl.ly/items/2q0I101D2t0p0W1Y0215/SWave.gif)\n\n\n## Installation\n\n#### Via Gittio\n\n```\ngittio install com.caffeinalab.titanium.siriwave\n```\n\n#### Via Github\n\nDownload the latest release, unzip in `app/widgets`, and in your *config.json*, under `dependencies` add:\n\n```\n\"dependencies\": {\n    \"com.caffeinalab.titanium.siriwave\": \"*\"\n}\n```\n\n## Usage\n\n### Require in the View\n\n```xml\n\u003cWidget src=\"com.caffeinalab.titanium.siriwave\" id=\"siri\" autostart=\"true\" noise=\"1\" color=\"#fff\" [options] /\u003e\n```\n\nAnd stylize globally via *app.tss*:\n\n```javascript\n\"#caffeinaSiriWave\" : {\n\twidth: 320,\n\theight: 150,\n\tbackgroundColor: 'black',\n\tnoise: 0.5\n}\n```\n\n## Properties\n\n#### `[speed]` (Number, from `0` to `1`, default: `0.1`)\n\nThe speed of the wave.\n\n#### `[amplitude]` (Number, from `0` to `1`, default: `1`)\n\nThe noise (amplitude) of the wave.\n\n#### `[frequency]` (Number, from `0` to `N`, default: `1`)\n\nThe noise (amplitude) of the wave.\n\n#### `[color]` (String, Color, default: `#fff')\n\nThe color of the wave, in hexadecimal form (`#336699`, `#FF0`)\n\n## API\n\n#### `set(property, value)`\nSet the property at runtime\n\n#### `start()`\nStart the wave\n\n#### `stop()`\nStop the wave\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaffeinalab%2Fti.siriwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaffeinalab%2Fti.siriwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaffeinalab%2Fti.siriwave/lists"}