jlord / sheetsee-cache

write/cache google spreadsheet data with node.js - work in progress
Other
23 stars 9 forks source link

Create CLI #2

Open jlord opened 11 years ago

jlord commented 11 years ago

So that you don't have to edit server.js to set the expiration time or spreadsheet key.

jlord commented 11 years ago

Goals/intended workflow of Sheetsee-cache as a command line node module.

also

cc @SaraJo - realized this wasn't as quick of a project as I initially thought. Want to also get your thoughts on what the module should do.

cc @maxogden in case i forgot something

SaraJo commented 10 years ago

Why does there need to be a copy of the spreadsheet serverside? Can you not make a request from the server? Is is it a cross domain limitation?

Asking for context purposes.

jlord commented 10 years ago

The purpose of the copy on the server is because sometimes going to Google to get the data can take a while*. Storing it on your server eliminates that step and means your page will probably load faster.