{"id":17610032,"url":"https://github.com/darnfish/musicthread","last_synced_at":"2025-03-30T00:12:12.691Z","repository":{"id":65770518,"uuid":"598730509","full_name":"darnfish/musicthread","owner":"darnfish","description":"TypeScript Wrapper for the MusicThread API","archived":false,"fork":false,"pushed_at":"2023-02-07T17:51:05.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T01:43:01.185Z","etag":null,"topics":["api","musicthread","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/darnfish.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":"2023-02-07T17:42:05.000Z","updated_at":"2023-02-13T21:19:09.000Z","dependencies_parsed_at":"2023-02-19T20:30:37.596Z","dependency_job_id":null,"html_url":"https://github.com/darnfish/musicthread","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/darnfish%2Fmusicthread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darnfish%2Fmusicthread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darnfish%2Fmusicthread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darnfish%2Fmusicthread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darnfish","download_url":"https://codeload.github.com/darnfish/musicthread/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258868,"owners_count":20748573,"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":["api","musicthread","typescript"],"created_at":"2024-10-22T17:43:04.049Z","updated_at":"2025-03-30T00:12:12.668Z","avatar_url":"https://github.com/darnfish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MusicThread\nFully typed API wrapper for the [MusicThread](https://musicthread.app) API.\n\n## Installation\n```\nyarn add musicthread\n```\n\n## Usage\n```ts\nimport MusicThread from 'musicthread'\n\nconst mt = new MusicThread(process.env.MT_API_KEY) // optional: api key\n\n// Create a thread\nconst { thread } = await mt.createThread('Title', 'Description', ['Tag1', 'Tag2'], false)\n\n// Add a link\nconst link = await thread.addLink('https://www.youtube.com/watch?v=sXpCyrEH1kk')\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarnfish%2Fmusicthread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarnfish%2Fmusicthread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarnfish%2Fmusicthread/lists"}