Skip to content

montagejs/montage-twitter

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published