MercadoLibre API Library for Node.js
const ml = require('ml-sdk-node');
const meli = ml.MercadoLibre({
clientId: '...',
clientSecret: '...',
redirectUrl: '...',
country: ml.Country.Venezuela
});
console.info(meli.getAuthorizeUrl());
npm install ml-sdk-node