Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memonic

memonic api wrapper for nodejs.

Installation

  npm install memonic

Usage

  var memonic = require('memonic');
  var user = { id : 'memonicId', password : 'memonicPassword' };
  
  var mn = new memonic('your memonic api key here');
  mn.connect( user.id, user.password );
  mn.items({pagesize:5, page : 1} , function(err, result){
	// do something with result	  
  });
  

Run Tests

  npm test

Author: 임창진

About

memonic api wrapper for nodejs

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages