meli-manager
meli-manager copied to clipboard
Node.js + MercadoLibre API + Google Spreadsheets API = 🎉
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.
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...
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...
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...
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...