valnub / Twitvue02

Sourcecode for Episode 2 of the YouTube series on how to create a Twitter app with VueJS, PhoneGap and Framework7 (Twitter oauth authentication)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitvue02

Sourcecode for episode 2 (Twitter oauth authentication) of the series on how to create a Twitter app with VueJS, PhoneGap and Framework7

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.

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

About

Sourcecode for Episode 2 of the YouTube series on how to create a Twitter app with VueJS, PhoneGap and Framework7 (Twitter oauth authentication)

License:MIT License


Languages

Language:JavaScript 92.5%Language:Vue 6.2%Language:HTML 1.3%