Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfwd/vimeo-console
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application
https://github.com/pfwd/vimeo-console
console console-application vimeo vimeo-api
Last synced: 2 days ago
JSON representation
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application
- Host: GitHub
- URL: https://github.com/pfwd/vimeo-console
- Owner: pfwd
- License: mit
- Created: 2019-03-15T14:10:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T15:11:26.000Z (over 5 years ago)
- Last Synced: 2024-04-21T11:00:11.784Z (7 months ago)
- Topics: console, console-application, vimeo, vimeo-api
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimeo Console
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application
## Requirements
- docker-compose
- docker-machine
- Vimeo API credentials## Install as a project dependency
```
composer require pfwd/vimeo-console
```## Install as a standalone application
```
$ git clone [email protected]:pfwd/vimeo-console.git vimeo-console.git
```
### Build Docker Containers
```
$ docker-machine create vimeo-console
$ docker-machine env vimeo-console
$ eval $(docker-machine env vimeo-console)
$ docker-compose up -d --build
```## Configure
```
$ cp .env.dist .env
```
Update the API credentials in .env## Console Commands
See the scripts [index page](docs/scripts/index.md) for a list of available console commands## Uninstall
```
$ docker-machine rm vimeo-console
```