0.0.2 • Published 10 years ago

ndrive.js v0.0.2

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
10 years ago

Introduction

It is a nodejs library for naver ndrive API

How to use it

Login

var ndrivejs = require("ndrive.js");
var ndrive = ndrivejs();

ndrive.login("id", "password").then(function () {
    // Do something
});

How to run tests

  • Copy config.js.example as config.js
  • Modify config.js so that tests can run
  • npm install
  • npm test

API

Refer to API

0.0.2

10 years ago