/particlestweets

A live feed tweet about a specific hashtag .Be ready and shot the most tweet that you could.

Primary LanguageJavaScript

Particles Tweet

A live feed tweet about a specific hashtag

Access to twitter API

Follow this link: https://auth0.com/docs/connections/social/twitter to get your acess and update the json in settings/settings.default.json

  "twitter": {
    "consumer_key": "",
    "consumer_secret": "",
    "access_token_key": "",
    "access_token_secret": ""
  }

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production with minification
npm run build

Modify Hashtag

The hashtag is located in /settings/settings.default.json

    hashtag: '#ASTROWORLD'

For detailed explanation on how things work, checkout the guide and docs for vue-loader.