Package: alinex-media

Build Status Coverage Status Dependency Status

This is ...

It is one of the modules of the Alinex Universe following the code standards defined in the General Docs.

Install

NPM Downloads

The easiest way is to let npm add the module directly to your modules (from within you node modules directory):

npm install alinex-media --save

And update it to the latest version later:

npm update alinex-media --save

Always have a look at the latest changes.

Usage

This library is implemented completely asynchronous, to allow io based checks and references within the structure.

To use the media module you have to include it first:

media = require 'alinex-media'

License

Copyright 2016 Alexander Schilling

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.