{"id":14973534,"url":"https://github.com/johnnythetank/aping-plugin-vimeo","last_synced_at":"2026-03-01T08:35:07.461Z","repository":{"id":57182140,"uuid":"47443457","full_name":"JohnnyTheTank/apiNG-plugin-vimeo","owner":"JohnnyTheTank","description":"Vimeo Plugin for apiNG","archived":false,"fork":false,"pushed_at":"2017-09-10T23:14:04.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T07:02:46.458Z","etag":null,"topics":["angular","api","aping","aping-plugin","social-wall","vimeo","vimeo-api"],"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/JohnnyTheTank.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":"2015-12-05T05:16:33.000Z","updated_at":"2016-10-26T12:00:00.000Z","dependencies_parsed_at":"2022-09-03T03:00:22.672Z","dependency_job_id":null,"html_url":"https://github.com/JohnnyTheTank/apiNG-plugin-vimeo","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-plugin-vimeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-plugin-vimeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-plugin-vimeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-plugin-vimeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnnyTheTank","download_url":"https://codeload.github.com/JohnnyTheTank/apiNG-plugin-vimeo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240689225,"owners_count":19841893,"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":["angular","api","aping","aping-plugin","social-wall","vimeo","vimeo-api"],"created_at":"2024-09-24T13:48:55.148Z","updated_at":"2025-11-19T08:01:53.548Z","avatar_url":"https://github.com/JohnnyTheTank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[logo]: http://aping.io/logo/320/aping-plugin.png \"apiNG Plugin\"\n![apiNG][logo]\n\n[![Join the chat at https://gitter.im/JohnnyTheTank/apiNG](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/JohnnyTheTank/apiNG?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![npm version](https://badge.fury.io/js/aping-plugin-vimeo.svg)](https://badge.fury.io/js/aping-plugin-vimeo)\n[![Bower version](https://badge.fury.io/bo/apiNG-plugin-vimeo.svg)](https://badge.fury.io/bo/apiNG-plugin-vimeo)\n\n# apiNG-plugin-vimeo\n[Vimeo API](https://developer.vimeo.com/api) Plugin for [apiNG](https://github.com/JohnnyTheTank/apiNG)\n\n# Information\n* **Supported apiNG models: `social`, `video`**\n* This plugin supports the [`get-native-data` parameter](https://aping.readme.io/docs/advanced#parameters)\n* This plugin needs an [access token](#2-access-token) :warning:\n* Used promise library: [angular-vimeo-api-factory](https://github.com/JohnnyTheTank/angular-vimeo-api-factory) _(included in distribution files)_\n\n# Documentation\n\n1. [INSTALLATION](#1-installation)\n    1. Get file\n    2. Include file\n    3. Add dependency\n    4. Add plugin\n2. [ACCESS TOKEN](#2-access-token)\n    1. Generate your `access_token`\n    2. Insert your `access_token` into `aping-config.js`\n3. [USAGE](#3-usage)\n    1. Models\n    2. Requests\n    3. Rate limit\n\n## 1. INSTALLATION\n\n### I. Get file\nInstall via either [bower](http://bower.io/), [npm](https://www.npmjs.com/), CDN (jsDelivr) or downloaded files:\n\n* `bower install apiNG-plugin-vimeo --save`\n* `npm install aping-plugin-vimeo --save`\n* use [CDN file](https://www.jsdelivr.com/projects/aping.plugin-vimeo)\n* download [apiNG-plugin-vimeo.zip](https://github.com/JohnnyTheTank/apiNG-plugin-vimeo/zipball/master)\n\n### II. Include file\nInclude `aping-plugin-vimeo.min.js` in your apiNG application\n\n```html\n\u003c!-- when using bower --\u003e\n\u003cscript src=\"bower_components/apiNG-plugin-vimeo/dist/aping-plugin-vimeo.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- when using npm --\u003e\n\u003cscript src=\"node_modules/aping-plugin-vimeo/dist/aping-plugin-vimeo.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- when using cdn file --\u003e\n\u003cscript src=\"//cdn.jsdelivr.net/npm/aping-plugin-vimeo@latest/dist/aping-plugin-vimeo.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- when using downloaded files --\u003e\n\u003cscript src=\"aping-plugin-vimeo.min.js\"\u003e\u003c/script\u003e\n```\n\n### III. Add dependency\nAdd the module `jtt_aping_vimeo` as a dependency to your app module:\n```js\nangular.module('app', ['jtt_aping', 'jtt_aping_vimeo']);\n```\n\n### IV. Add the plugin\nAdd the plugin's directive `aping-vimeo=\"[]\"` to your apiNG directive and [configure your requests](#ii-requests)\n```html\n\u003caping\n    template-url=\"templates/social.html\"\n    model=\"social\"\n    items=\"20\"\n    aping-vimeo=\"[{'tag':'fcbayern'}, {'category':'sports', 'search':'soccer', items':50}]\"\u003e\n\u003c/aping\u003e\n```\n\n## 2. ACCESS TOKEN\n\n### I. Generate your `access_token`\n1. Login on [developer.vimeo.com/apps](https://developer.vimeo.com/apps)\n2. Create an new app\n3. Press `Authentication`\n4. Scroll to `Generate a new Access Token`\n5. Choose Scopes: only [x] Public and [x] Private\n6. Press `Generate Token`\n7. Copy generated `access_token`\n\n### II. Insert your `access_token` into `aping-config.js`\nCreate and open `js/apiNG/aping-config.js` in your application folder. It should be look like this snippet:\n```js\nangular.module('jtt_aping').config(['$provide', function ($provide) {\n    $provide.value(\"apingDefaultSettings\", {\n        apingApiKeys : {\n            vimeo: [\n                {'access_token':'\u003cYOUR_VIMEO_ACCESS_TOKEN\u003e'},\n            ],\n            //...\n        }\n    });\n}]);\n```\n\n:warning: Replace `\u003cYOUR_VIMEO_ACCESS_TOKEN\u003e` with your vimeo `access_token`\n\n## 3. USAGE\n\n### I. Models\nSupported apiNG models\n\n|  model   | support | max items\u003cbr\u003eper request | (native) default items\u003cbr\u003eper request |\n|----------|---------|---------|--------|\n| `social` | full    | `50`   | `25`   |\n| `video`  | full    | `50`   | `25`   |\n\n**support:**\n* full: _the source platform provides a full list with usable results_ \u003cbr\u003e\n* partly: _the source platfrom provides just partly usable results_\n\n\n### II. Requests\nEvery **apiNG plugin** expects an array of **requests** as html attribute.\n\n#### Requests by User\n|  parameter  | sample | description | optional |\n|----------|---------|---------|---------|\n| **`user`** | `guiltyofficial` | user name | no |\n| **`search`** | `eminem` | search query | yes |\n| **`items`**  | `0`-`50` | items per request |  yes  |\n\nSamples:\n* `[{'user':'guiltyofficial'}, {'user':'thisisus'}, {'user':'user37039550'}]`\n* `[{'user':'krismerc', 'search':'slomins', items':10}]`\n\n#### Requests by Tag\n|  parameter  | sample | description | optional |\n|----------|---------|---------|---------|\n| **`tag`** | `fcbayern` | tag name | no |\n| **`search`** | `neuer` | search query | yes |\n| **`items`**  | `0`-`50` | items per request |  yes  |\n\nSamples:\n* `[{'tag':'munich'}, {'tag':'letsplay'}, {'tag':'comedy'}]`\n* `[{'tag':'comedy', 'search':'prank', items':50}]`\n\n#### Requests by Channel\n|  parameter  | sample | description | optional |\n|----------|---------|---------|---------|\n| **`channel`** | `animade` | channel name | no |\n| **`search`** | `CalArts` | search query | yes |\n| **`items`**  | `0`-`50` | items per request |  yes  |\n\nVisit the list of [vimeo channels](https://vimeo.com/channels/)\n\nSamples:\n* `[{'channel':'musicbed'}, {'channel':'nowness'}, {'channel':'worldhd'}]`\n* `[{'channel':'worldhd', 'search':'thailand', items':50}]`\n\n#### Requests by Category\n|  parameter  | sample | description | optional |\n|----------|---------|---------|---------|\n| **`category`** | `fashion` | category name | no |\n| **`search`** | `highheels` | search query | yes |\n| **`items`**  | `0`-`50` | items per request |  yes  |\n\nVisit the list of [vimeo categories](https://vimeo.com/categories/)\n\nSamples:\n* `[{'category':'animation'}, {'category':'fashion'}, {'category':'travel'}]`\n* `[{'category':'sports', 'search':'soccer', items':50}]`\n\n### III. Rate limit\nVisit the [official API rate limit documentation](https://developer.vimeo.com/guidelines/rate-limiting)\n\n# Licence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnythetank%2Faping-plugin-vimeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnythetank%2Faping-plugin-vimeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnythetank%2Faping-plugin-vimeo/lists"}