{"id":26579853,"url":"https://github.com/mondaycom/monday-sdk-js","last_synced_at":"2025-04-13T11:47:09.252Z","repository":{"id":38976998,"uuid":"205459504","full_name":"mondaycom/monday-sdk-js","owner":"mondaycom","description":"Node.js and JavaScript SDK for developing over the monday.com platform","archived":false,"fork":false,"pushed_at":"2025-04-06T06:37:21.000Z","size":913,"stargazers_count":90,"open_issues_count":11,"forks_count":41,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-06T07:29:48.536Z","etag":null,"topics":["hacktoberfest","javascript","monday","nodejs","sdk"],"latest_commit_sha":null,"homepage":"https://monday.com","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/mondaycom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-08-30T21:32:48.000Z","updated_at":"2025-03-30T00:46:00.000Z","dependencies_parsed_at":"2023-11-12T16:09:07.850Z","dependency_job_id":"0addb6cc-3bea-4eab-a81a-03a957f70a1a","html_url":"https://github.com/mondaycom/monday-sdk-js","commit_stats":{"total_commits":35,"total_committers":16,"mean_commits":2.1875,"dds":0.8285714285714285,"last_synced_commit":"5271cd2c06335c79eded0e2a2a48c50d95142ef2"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-sdk-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-sdk-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-sdk-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-sdk-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondaycom","download_url":"https://codeload.github.com/mondaycom/monday-sdk-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710409,"owners_count":21149186,"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","javascript","monday","nodejs","sdk"],"created_at":"2025-03-23T06:29:16.650Z","updated_at":"2025-04-13T11:47:09.229Z","avatar_url":"https://github.com/mondaycom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# monday.com Apps framework SDK for JavaScript\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mondaycom/monday-sdk-js/blob/master/LICENSE) \u0026nbsp; [![npm version](https://img.shields.io/npm/v/monday-sdk-js.svg?style=flat)](https://www.npmjs.com/package/monday-sdk-js) \u0026nbsp; [![npm](https://img.shields.io/npm/dm/monday-sdk-js)](https://www.npmjs.com/package/monday-sdk-js) \u0026nbsp; [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/monday-sdk-js)](https://www.jsdelivr.com/package/npm/monday-sdk-js)\n\n\nThe monday.com SDK provides a toolset for application developers to build features and solutions on top of the monday.com Work OS platform. You'll find this SDK useful if you want to:\n\n- Access monday.com account data from your application, by utilizing the GraphQL client\n- Build Board Views \u0026 Dashboard Widgets that extend the monday.com UI\n- Build Integrations \u0026 Automations using your own external services and business logic\n\nThe SDK contains methods for server-side and client-side application development. Client-side capabilities assume a valid user session is present (and can seamlessly act on behalf of that user), while server-side methods can be used to access monday.com features using explicit credentials but without any client-side code.\n\n## Usage\n\n### Using as an `npm` module\nInstall the SDK as a module:\n\n`npm install monday-sdk-js --save`\n\nThen import into your project:\n```js\nimport mondaySdk from \"monday-sdk-js\";\nconst monday = mondaySdk();\n```\n\n\n### As a `\u003cscript\u003e` tag directly in your HTML code\nYou can also load the SDK directly into your HTML code by adding:\n```html\n\u003chead\u003e\n  \u003cscript src=\"https://cdn.jsdelivr.net/npm/monday-sdk-js/dist/main.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n```\nand then initialize the SDK anywhere in the page by declaring:\n\n```js\nconst monday = window.mondaySdk()\n```\n\n## Docs\n\nTo get started, check out the [SDK Documentation](https://developer.monday.com/apps/docs/introduction-to-the-sdk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-sdk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondaycom%2Fmonday-sdk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-sdk-js/lists"}