Socket
Socket
Sign inDemoInstall

filefog-box

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filefog-box

box.net provider for filefog


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

FileFog Provider

wercker statusDependency Status

A Filefog adapter for Box.net.

Install

Install is through NPM.

$ npm install filefog-box --save

Configuration

The following config options are required:

config: {
    client_key : '',
    client_secret : '',
    redirect_url : 'http://localhost:3000/service/callback/box'
};

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.

Keywords

FAQs

Package last updated on 08 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc