Skip to content

Sergaros/TwitterTimeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published