origami-plugin-media
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i origami-plugin-media

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

158 kB

Total Files

21

Last publish

Collaborators

  • tmatthias