https://github.com/simonprickett/vimeoapi
Small demo for a friend showing how to access Vimeo API with no JavaScript framework.
https://github.com/simonprickett/vimeoapi
javascript jsonp vimeo vimeo-api
Last synced: 12 months ago
JSON representation
Small demo for a friend showing how to access Vimeo API with no JavaScript framework.
- Host: GitHub
- URL: https://github.com/simonprickett/vimeoapi
- Owner: simonprickett
- License: mit
- Created: 2017-10-05T00:24:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T00:34:01.000Z (over 8 years ago)
- Last Synced: 2025-02-09T09:29:34.334Z (over 1 year ago)
- Topics: javascript, jsonp, vimeo, vimeo-api
- Language: JavaScript
- Homepage: https://simonprickett.dev/
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimeoapi
An old demo I did for a friend to show how to access data from the [Vimeo API](https://developer.vimeo.com/). This uses JSONP and vanilla JavaScript.
Try it out [here](https://simonprickett.github.io/vimeoapi/).