Gillis86 / twitter-data-mining-vue

Get users like and retweet via Twitter API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION

A simple web app that fetchs tweets of an user, and display the result in a bar chart, highlighting his engagement state(likes and retweet). Simply insert the twitter user ID and the number of tweet you want to fetch.

Note

since it hosted on Heroku, with the free dyno plan, it will take a while to load the app, since heroku puts in sleep mode basics apps that do not receive traffic in a 30 minute period.

Build with

Nuxt.js

Bootstrap Vue

Chart JS

Express js

Twit

Vuex

DEMO

https://twitter-data-mining.herokuapp.com/

SCREENSHOTS

main_interface



Build Setup

# install dependencies
$ npm install

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

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

About

Get users like and retweet via Twitter API

License:MIT License


Languages

Language:JavaScript 68.1%Language:Vue 29.2%Language:HTML 2.7%