ariesshrimp / tweeter--desktop

A desktop client for cross posting notes from my personal database to Twitter.
0 stars 0 forks source link

consider exporting the twitter api functionality #2

Open ariesshrimp opened 8 years ago

ariesshrimp commented 8 years ago

the twitter/node interface to firebase is perfectly general. there's not much reason to have it in this project if it can also be used in a native app, or somewhere else. consider abstracting it away to a lambda function or something someplace else.

ariesshrimp commented 8 years ago

this might still be useful, but lambda's not worth it. you have to compile the node_modules separately and all kinds of other batshit wack