{"id":26153441,"url":"https://github.com/basklein/angular-owlbot-wrapper","last_synced_at":"2025-10-07T22:47:59.480Z","repository":{"id":35153520,"uuid":"213794982","full_name":"basklein/angular-owlbot-wrapper","owner":"basklein","description":"This is a service for AngularJS that allows for easy requests to the Owlbot dictionary API.","archived":false,"fork":false,"pushed_at":"2022-12-07T00:59:22.000Z","size":78,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T04:05:51.430Z","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/basklein.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":"2019-10-09T01:46:33.000Z","updated_at":"2022-04-30T01:52:56.000Z","dependencies_parsed_at":"2023-01-15T14:54:51.191Z","dependency_job_id":null,"html_url":"https://github.com/basklein/angular-owlbot-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basklein/angular-owlbot-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basklein%2Fangular-owlbot-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basklein%2Fangular-owlbot-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basklein%2Fangular-owlbot-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basklein%2Fangular-owlbot-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basklein","download_url":"https://codeload.github.com/basklein/angular-owlbot-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basklein%2Fangular-owlbot-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259802781,"owners_count":22913712,"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":"2025-03-11T07:57:31.952Z","updated_at":"2025-10-07T22:47:54.445Z","avatar_url":"https://github.com/basklein.png","language":"JavaScript","readme":"[![npm version](https://badge.fury.io/js/angular-owlbot-wrapper.svg)](https://badge.fury.io/js/angular-owlbot-wrapper)\n[![GitHub issues](https://img.shields.io/github/issues/basklein/angular-owlbot-wrapper.svg?style=flat-square)](https://github.com/basklein/angular-owlbot-wrapper/issues)\n[![GitHub license](https://img.shields.io/github/license/basklein/angular-owlbot-wrapper.svg?style=flat-square)](https://github.com/basklein/angular-owlbot-wrapper/blob/master/LICENSE)\n\n# angular-owlbot-wrapper\nOwlbot service for AngularJS\n\n## Description\nThis is a service for AngularJS that allows for easy requests to the Owlbot dictionary API.\n\n## Usage\n\n1. Install via [npm](https://www.npmjs.com/) or downloaded files:\n    1. via npm: `npm install --save angular-owlbot-wrapper`\n    2. via [downloaded files](https://github.com/basklein/angular-owlbot-wrapper/master)\n2. Add `angular-owlbot-wrapper` to your application's module dependencies.\n3. Include dependencies and angular-owlbot-wrapper in your HTML.\n    - When using npm\n    ```html\n    \u003cscript src=\"node_modules/angular-owlbot-wrapper/dist/angular-owlbot-wrapper.min.js\"\u003e\u003c/script\u003e\n    ```\n    - When using downloaded files\n    ```html\n    \u003cscript src=\"YOUR_PATH/angular-owlbot-wrapper.min.js\"\u003e\u003c/script\u003e\n    ```\n4. Set your Owlbot API token in your config script with the owlbotServiceProvider.setToken function.\n5. Use the angular service `owlbotService`.\n\n## Sample\n\nJavascript:\n```javascript\nangular.module('app', ['angular-owlbot-wrapper']);\n\nangular.module('angular-owlbot-wrapper').config(['owlbotServiceProvider', function (owlbotServiceProvider) {\n  owlbotServiceProvider.setToken('TOKENGOESHERE');\n}]);\n\nangular.module('app')\n    .controller('appController', function ($scope, owlbotService) {\n        $scope.getDefinition = function (word) {\n          return owlbotService.getDefinition(word).then(function (result) {\n            console.log(result);\n            return result;\n          });\n        };\n    });\n```\n\n# LICENSE\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasklein%2Fangular-owlbot-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasklein%2Fangular-owlbot-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasklein%2Fangular-owlbot-wrapper/lists"}