Gathering detailed insights and metrics for angular-vimeo-api-factory
Gathering detailed insights and metrics for angular-vimeo-api-factory
Gathering detailed insights and metrics for angular-vimeo-api-factory
Gathering detailed insights and metrics for angular-vimeo-api-factory
npm install angular-vimeo-api-factory
Typescript
Module System
Node Version
NPM Version
JavaScript (85.34%)
HTML (14.66%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
24 Commits
2 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Dec 13, 2018
Latest Version
0.5.2
Package Id
angular-vimeo-api-factory@0.5.2
Size
4.17 kB
NPM Version
3.5.2
Node Version
5.3.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
angular-vimeo-api-factory is an angularjs module with a vimeo api factory.
Author: Jonathan Hornung (JohnnyTheTank)
bower install --save angular-vimeo-api-factory
npm install --save angular-vimeo-api-factory
jtt_vimeo
to your application's module dependencies.1<script src="bower_components/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>
1<script src="node_modules/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>
1<script src="angular-vimeo-api-factory.min.js"></script>
vimeoFactory
1// parameters: https://developer.vimeo.com/api/endpoints/channels#/{channel_id}/videos 2vimeoFactory.getVideosFromChannel({ 3 channel:"<CHANNEL_NAME>", 4 per_page:"<ITEMS_PER_PAGE>", // (optional) valid values: 1-50 | default: 25 5 page:"<PAGE_NUMBER>", // (optional) 6 query:"<QUERY>", // (optional) 7 filter:"<FILTER>", // (optional) 8 filter_embeddable:"<FILTER_EMBEDDABLE>", // (optional) 9 sort:"<SORT>", // (optional) 10 direction:"<DIRECTION>", // (optional) 11 access_token:"<ACCESS_TOKEN>" 12}).then(function(_data){ 13 //on success 14}).catch(function (_data) { 15 //on error 16});
1// parameters: https://developer.vimeo.com/api/endpoints/users#/{user_id}/videos 2vimeoFactory.getVideosFromUser({ 3 user:"<USER_NAME>", 4 per_page:"<ITEMS_PER_PAGE>", // (optional) valid values: 1-50 | default: 25 5 page:"<PAGE_NUMBER>", // (optional) 6 query:"<QUERY>", // (optional) 7 filter:"<FILTER>", // (optional) 8 filter_embeddable:"<FILTER_EMBEDDABLE>", // (optional) 9 sort:"<SORT>", // (optional) 10 direction:"<DIRECTION>", // (optional) 11 access_token:"<ACCESS_TOKEN>" 12}).then(function(_data){ 13 //on success 14}).catch(function (_data) { 15 //on error 16});
1// parameters: https://developer.vimeo.com/api/endpoints/categories#/{category}/videos 2vimeoFactory.getVideosFromCategory({ 3 category:"<CATEGORY_NAME>", 4 per_page:"<ITEMS_PER_PAGE>", // (optional) valid values: 1-50 | default: 25 5 page:"<PAGE_NUMBER>", // (optional) 6 query:"<QUERY>", // (optional) 7 filter:"<FILTER>", // (optional) 8 filter_embeddable:"<FILTER_EMBEDDABLE>", // (optional) 9 sort:"<SORT>", // (optional) 10 direction:"<DIRECTION>", // (optional) 11 access_token:"<ACCESS_TOKEN>" 12}).then(function(_data){ 13 //on success 14}).catch(function (_data) { 15 //on error 16});
1// parameters: https://developer.vimeo.com/api/endpoints/tags#/{word}/videos 2vimeoFactory.getVideosFromTag({ 3 tag:"<TAG_NAME>", 4 per_page:"<ITEMS_PER_PAGE>", // (optional) valid values: 1-50 | default: 25 5 page:"<PAGE_NUMBER>", // (optional) 6 query:"<QUERY>", // (optional) 7 sort:"<SORT>", // (optional) 8 direction:"<DIRECTION>", // (optional) 9 access_token:"<ACCESS_TOKEN>" 10}).then(function(_data){ 11 //on success 12}).catch(function (_data) { 13 //on error 14});
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More