meli-manager icon indicating copy to clipboard operation
meli-manager copied to clipboard

Node.js + MercadoLibre API + Google Spreadsheets API = 🎉

Results 45 meli-manager issues
Sort by recently updated
recently updated
newest added

Suggested: passport authentication which is easy to integrate with current express structure. Preferred Google Authentication since we'll also need to integrate with Google Spreadsheets OAuth.

feature

Currently a test user account can be created using Mercadolibre API, but this retrieves only a {nickname, password} pair, and has some problems: * The same test account can't be...

feature

Some project instructions are not entirely clear yet. Items I can think of right now: - [x] How to get Google Spreadsheet API keys _(as a private app, for the...

enhancement
help wanted
good first issue

Until now, rows are being written in series to: * allow recalculation of sheet size between rows * check of errors between each write. * prevent collision with other writing...

enhancement

The current spreadsheet library doesn't handle a rare scenario when the spreadsheet given locks are lost. To reproduce, call /order?store=true endpoint (with no dates limiter) to get a large operations...

bug