{"id":13588482,"url":"https://github.com/parser-libs/apple-notes-jxa","last_synced_at":"2025-04-08T06:32:07.017Z","repository":{"id":61748854,"uuid":"554659908","full_name":"parser-libs/apple-notes-jxa","owner":"parser-libs","description":"Simple module to read, edit, and manage Apple Notes throught JXA (offline)","archived":false,"fork":true,"pushed_at":"2022-10-20T09:27:15.000Z","size":152,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-02T06:47:14.039Z","etag":null,"topics":["apple-notes","backup","backup-script","js","jxa","ts","typescript"],"latest_commit_sha":null,"homepage":"https://parser-libs.github.io/apple-notes-jxa/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"abruneau/apple-notes-jxa","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parser-libs.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":"2022-10-20T07:09:12.000Z","updated_at":"2025-01-31T08:44:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/parser-libs/apple-notes-jxa","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/parser-libs%2Fapple-notes-jxa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser-libs%2Fapple-notes-jxa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser-libs%2Fapple-notes-jxa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser-libs%2Fapple-notes-jxa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parser-libs","download_url":"https://codeload.github.com/parser-libs/apple-notes-jxa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247189892,"owners_count":20898693,"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":["apple-notes","backup","backup-script","js","jxa","ts","typescript"],"created_at":"2024-08-01T15:06:44.509Z","updated_at":"2025-04-08T06:32:05.810Z","avatar_url":"https://github.com/parser-libs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"Parser-Libs / Apple Note JXA\n===================\n\nSimple module to read, edit, and manage Apple Notes throught JXA (offline)\n\n## Using this module in other modules\n\nHere is a quick example of how this module can be used in other modules. The [TypeScript Module Resolution Logic](https://www.typescriptlang.org/docs/handbook/module-resolution.html) makes it quite easy. The file `src/index.ts` acts as an aggregator of all the functionality in this module. It imports from other files and re-exports to provide a unified interface for this module. The _package.json_ file contains `main` attribute that points to the generated `lib/index.js` file and `typings` attribute that points to the generated `lib/index.d.ts` file.\n\n\n\n- To use in TypeScript file -\n\n```ts\nimport * as Notes from \"@parser-libs/apple-notes-jxa\";\n\nNotes.accounts()\n  .then((accounts) =\u003e console.log(accounts));\n```\n\n- To use in a JavaScript file -\n\n```js\nconst Notes = require('@parser-libs/apple-notes-jxa');\n\nNotes.accounts()\n  .then((accounts) =\u003e console.log(accounts));\n```\n\n## License\n\nSource code is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n\nCopyright (c) 2022 Alex \u003calex@milyutin.work\u003e\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparser-libs%2Fapple-notes-jxa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparser-libs%2Fapple-notes-jxa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparser-libs%2Fapple-notes-jxa/lists"}