Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molekilla/vimeo-data.js
A library for accesing vimeo data api - http://developer.vimeo.com/apis/
https://github.com/molekilla/vimeo-data.js
Last synced: 3 days ago
JSON representation
A library for accesing vimeo data api - http://developer.vimeo.com/apis/
- Host: GitHub
- URL: https://github.com/molekilla/vimeo-data.js
- Owner: molekilla
- License: mit
- Created: 2014-05-07T01:33:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T01:41:26.000Z (over 10 years ago)
- Last Synced: 2024-04-10T02:56:47.064Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vimeo-data
A Javascript wrapper for accesing vimeo data API
## About
A JavaScript library by Rolando Perez.
See the [project homepage](http://rolilink.github.io/vimeo-data).
## Installation
Using Bower:
bower install vimeo-data
Or grab the [source](https://github.com/rolilink/vimeo-data/dist/vimeo-data.js) ([minified](https://github.com/rolilink/vimeo-data/dist/vimeo-data.min.js)).
## Usage
Basic usage is as follows:
vimeo-data();
For advanced usage, see the documentation.
## Documentation
Start with `docs/MAIN.md`.
## Contributing
We'll check out your contribution if you:
* Provide a comprehensive suite of tests for your fork.
* Have a clear and documented rationale for your changes.
* Package these up in a pull request.We'll do our best to help you out with any contribution issues you may have.
## License
MIT. See `LICENSE.txt` in this directory.