Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 740 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 740 Bytes

montage-twitter

Build Status

This is a sample app that use montage-data authentication to fetch authenticated user twitter timeline.

Quick start

  1. Install
git clone [email protected]:montagestudio/montage-twitter.git
cd montage-twitter
npm install
  1. Start
npm start
  1. Test Then Open you browser to "https://localhost:8080".

TODO

  • Add polling auto-updates

To run without docker

# Install twitter-service
cd docker/twitter-service 
npm install
cd ../../

# Run and serve montage-twitter
PUBLIC_PATH=. APP_PORT=8080 node docker/twitter-service/index.js