0.0.3-alpha.13 • Published 5 years ago

@origami/plugin-media v0.0.3-alpha.13

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Origami: Media Plugin

npm Travis Codecov

This plugin provides functionality to upload and serve media in Origami CMS. It's one of the core plugins bundled with Origami.

Installation

yarn add @origami/plugin-media

Usage

In your .origami file, add it to the plugins: .origami

{
    ...
    "plugins": {
        "media": {
            "location": "./media"
        }
    }
    ...
}

Once your app is running, it exposes the /media as a REST Resource GET /media: List of media items POST /media: Upload a file GET /media/:id Download a file DELETE /media/:id Delete a file

Configuration

location: Directory location of where to store the files

Moving forward / TODO

  • Add other service providers for storing files (AWS, Dropbox, etc
  • Add tests

Issues

If you find a bug, please file an issue on the issue tracker on GitHub.

Contributions

All pull requests and contributions are most welcome. Let's make the internet better!