This is a sample app that use montage-data authentication to fetch authenticated user twitter timeline.
- Install
git clone [email protected]:montagestudio/montage-twitter.git
cd montage-twitter
npm install
- Start
npm start
- Test Then Open you browser to "https://localhost:8080".
- Add polling auto-updates
# 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