I would recommend using Twit (or something similar, I'm not well-versed on Node.js Twitter APIs) - it's an API client, not a frontend like you're talking about. Especially if you intend this to be a community project, it's best to reuse good code others have produced. Since it's open source, if you don't like something about Twit, you can change it :)
Good luck! Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com / http://www.spandex.io On 15 August 2012 00:27, Christopher R. Parr <[email protected]> wrote: > If you were creating such an application, would you use a finished > Twitter client such as Twit and build on top or should I/we write from > scratch? > > Bye! > Christopher > > 2012/8/15 Ruben LZ Tan <[email protected]>: > > Why not just bite the bullet and try to do it in nodejs? It'll be fun. > Post > > your progress here and start a blog series called "Node.JS from zero to > > hero". You'll learn node AND have fun with building your own dream > project > > at the same time. > > > > Thanks, > > Ruben Tan > > > > On Wednesday, August 15, 2012 at 11:59 AM, Christopher R. Parr wrote: > > > > Hi! > > > > First of all: I'm a total noob what javascript and node.js concerns - > > so please bear with me! > > > > I have a project idea which I'd like to publish as open source > > software. The software is going to be run on a domain of mine - but > > can also be installed somewhere else. > > > > The idea is a modular Twitter client - a client with a twist: I'd like > > to be able to offer any registered user to create his/her ideal > > Twitter client by using Widgets and plugins. > > > > An overview of this project - which I'm currently panning using the > > name MulTwyt - can be found here: > > https://trello.com/board/multwyt/5008bf0943889e536a028be4. > > > > As stated earlier I don't know javascript and node.js yet - but I want > > to learn it! Would anyone of you be interested in helping me get this > > project off the ground? > > > > I can gladly send you a screenshot of my ideal twitter client, if you > > are interested. > > > > Thanks. > > > > Christopher > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
