valnub / twitvue03

Sourcecode for episode 3 (Posting tweets to Twitter API) of the series on "How to create a Twitter app with VueJS, PhoneGap and Framework7"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitvue03

Posting tweets to Twitter API

Sourcecode for episode 3 of the series on "How to create a Twitter app with VueJS, PhoneGap and Framework7"

Find the video here: https://www.youtube.com/watch?v=ybaigTnn5E0

Configuration

  1. Go to http://apps.twitter.com and register a new app
  2. Open src/twitter.js in your text editor
  3. Change this line and add your tokens:
cb.setConsumerKey("YOURKEY", "YOURSECRET");

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

More info and contact on my blog.

About

Sourcecode for episode 3 (Posting tweets to Twitter API) of the series on "How to create a Twitter app with VueJS, PhoneGap and Framework7"


Languages

Language:JavaScript 91.1%Language:Vue 7.5%Language:HTML 1.4%