Skip to content

filefog/filefog-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileFog Provider

wercker statusDependency Status

A Filefog adapter for the local filesystem.

Install

Install is through NPM.

$ npm install filefog-local --save

Configuration

The following config options are required:

config: {
    base_directory: '/tmp/'
};

Testing

Test are written with mocha. Integration tests are handled by the filefog-provider-tests project, which tests provider methods against the latest FileFog API.

To run tests:

$ npm test

About FileFog

FileFog is a cloud agnostic file API. It provides a uniform API for accessing stuff from different kinds of cloud providers and file systems. That means you write the same code to manipulate files, whether they live in google drive, dropbox, box.net, or your local file system.

To learn more visit the project on GitHub at FileFog.