Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1006 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1006 Bytes

Post+

Post+ is a native desktop Twitter app built using Electron and Vue.js, inspired by TweetDeck.

Post+ Screenshot

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.

Setup

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