{"id":15011221,"url":"https://github.com/websemantics/vimeo-upload","last_synced_at":"2025-04-06T18:15:28.741Z","repository":{"id":25045115,"uuid":"28464930","full_name":"websemantics/vimeo-upload","owner":"websemantics","description":"Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app","archived":false,"fork":false,"pushed_at":"2021-05-25T13:21:13.000Z","size":71,"stargazers_count":114,"open_issues_count":27,"forks_count":79,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-30T17:09:23.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://websemantics.github.io/vimeo-upload/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/websemantics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2014-12-24T23:46:39.000Z","updated_at":"2023-09-06T18:46:57.000Z","dependencies_parsed_at":"2022-08-24T14:09:34.642Z","dependency_job_id":null,"html_url":"https://github.com/websemantics/vimeo-upload","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fvimeo-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fvimeo-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fvimeo-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fvimeo-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/websemantics","download_url":"https://codeload.github.com/websemantics/vimeo-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526764,"owners_count":20953143,"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":"2024-09-24T19:39:46.931Z","updated_at":"2025-04-06T18:15:28.701Z","avatar_url":"https://github.com/websemantics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n╭───╮╭─╮  \n│   ││ │╭─╮╭──┬──┬─╮╭───╮╭───╮   \n│   ││ │├─┤│ ╭╮ ╭╮ ││ ─ ││╭╮ │  ╭────────┬─────────────────────╮\n╰╮  ╰╯╭╯│ ││ ││ ││ ││  ─┤│╰╯ │  | UPLOAD │ ▒▒▒▒▒▒▒▒▒▒▒░░░░ %75 |                    \n ╰────╯ ╰─╯╰─╯╰─╯╰─╯╰───╯╰───╯  ╰────────┴─────────────────────╯                    \n```\n\n[![Build Status](https://travis-ci.org/websemantics/vimeo-upload.svg?branch=master)](https://travis-ci.org/websemantics/vimeo-upload)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n[![npm version](https://badge.fury.io/js/vimeo-upload.svg)](https://badge.fury.io/js/vimeo-upload)\n[![Bower version](https://badge.fury.io/bo/vimeo-upload.svg)](https://badge.fury.io/bo/vimeo-upload)\n[![GitHub forks](https://img.shields.io/github/forks/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/network) [![GitHub stars](https://img.shields.io/github/stars/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/stargazers)\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/websemantics/vimeo-upload.svg)](http://isitmaintained.com/project/websemantics/vimeo-upload \"Percentage of issues still open\")\n\u003e Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.\n\nTry it [LIVE](http://websemantics.github.io/vimeo-upload/)\n\n## Install\n\nUsing Bower\n```\nbower install vimeo-upload\n```\n\nOr npm\n\n```\nnpm install vimeo-upload\n```\n\n## Usage\n\nInclude `vimeo-upload.js` in your index.html.\n\n```\n\u003cscript src=\"bower_components/vimeo-upload/vimeo-upload.js\"\u003e\u003c/script\u003e\n```\n\nCreate a new `VimeoUpload` initialized with a Blob or File and Vimeo Access Token then call `upload()` to start the upload process.\n\n```javascript\nvar uploader = new VimeoUpload({\n  file: file,\n  token: accessToken,\n});\n\nuploader.upload();\n```\n\nYour access token need to be authorized by Vimeo. Create new Vimeo access token [here](https://developer.vimeo.com/apps).\n\nCheck `index.html` for details and additional parameters you can include when initializing `VimeoUpload`.\n\n## Credits\n\nSample code for uploading files directly with XHR/CORS: [cors-upload-sample](https://github.com/googledrive/cors-upload-sample)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fvimeo-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsemantics%2Fvimeo-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fvimeo-upload/lists"}