Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/contentful-widget-vimeo-id

Contentful CMS extension extracts the video ID from a Vimeo URI.
https://github.com/daliborgogic/contentful-widget-vimeo-id

contentful vimeo widget

Last synced: 9 days ago
JSON representation

Contentful CMS extension extracts the video ID from a Vimeo URI.

Awesome Lists containing this project

README

        

Vimeo ID
--------------

![vimeo-id](https://raw.githubusercontent.com/daliborgogic/contentful-widget-vimeo-id/master/assets/preview.png)

This extension extracts the video ID from a Vimeo URI.

### Installation and usage

Compile the extension:

```bash
npm i
make
```

Install extension for space:

```bash
export CONTENTFUL_MANAGEMENT_ACCESS_TOKEN=
export SPACE=

contentful-extension create --space-id $SPACE
```

From this point on, you can use the [other commands](https://github.com/contentful/contentful-extension-cli#available-commands) the contentful-extension-cli provides.