https://github.com/moduscreateorg/nodejs-challenge
Node JS coding challenge
https://github.com/moduscreateorg/nodejs-challenge
nodejs
Last synced: 3 months ago
JSON representation
Node JS coding challenge
- Host: GitHub
- URL: https://github.com/moduscreateorg/nodejs-challenge
- Owner: ModusCreateOrg
- Created: 2014-10-09T12:07:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T12:16:14.000Z (over 10 years ago)
- Last Synced: 2025-01-26T18:27:53.901Z (5 months ago)
- Topics: nodejs
- Size: 113 KB
- Stars: 0
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Objective:
==
Create an application that shows twitter updates in real time.Scope
==
* Show updates from a user or a hashtag
* set up routing to show user updates when on location /u/{user}
* set up routing to show hashtag updates when on location /h/{hashtag}
* tweets should refresh automatically
* front page should have nothing but a textbox where users will type @user or #hashtag. The app should know where to route to on EnterRules
==
* Fork this repository and use it for development
* Start your first commit as soon as you start coding
* When you're done, send a pull request
* Use any node modules you find necessary, but choose wiselyTips
==
* Commit frequently
* Write for humans, not computers
* Write comments
* Write a summary document explaining why you chose particular architecture and node modulesEvaluation Criteria
==
* File&folder structure
* Coding patterns
* Architecture logic
* Optimal performance
* .gitignoreBonus Points
==
These are nice-to-have.
* Show how you handle security
* If you were to create a new Twitter, how would you set up the data structure?