Post+ is a native desktop Twitter app built using Electron and Vue.js, inspired by TweetDeck.
Please note: The project is no longer being actively developed. While significant functionality is incomplete and/or broken, the basic scaffold, build tools, Vue components, Twitter API integration and rendering of Tweets exists.
To enable integration with the Twitter API, replace consumerSecret
, consumerKey
and callbackURL
within app/modules/store.js
.
# Start dev server with hot reloading
yarn dev
# Launch the app
yarn electron
# Build & minify for production
# Note: this does not generate binaries
yarn build
Copyright © 2017 Kincaid O'Neil. Released under the MIT license.
kincaidoneil.com • Twitter @kincaidoneil