-
Notifications
You must be signed in to change notification settings - Fork 0
Sergaros/TwitterTimeline
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TweetsTimeline App that displays Embedded Twitter Timeline for given user. This app use port 3500 if you need you can change it in config/default.json file. Before run this app please install all dependencies: npm install bower install For Linux: run: npm start test: npm test For windows: Please install cross-env npm package like: npm i -g cross-env and change in package.json script.start and script.test like this: "test": "cross-env NODE_ENV='test' NODE_PATH='.;libs/.' mocha --harmony -u bdd -R spec -t 500 --recursive --watch", "start": "cross-env NODE_ENV='production' NODE_PATH='.:libs/.' node --harmony index.js", After this you can use it: run: npm start test: npm test
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published