Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kincaidoneil/postplus

Post+ is a native desktop Twitter app built using Electron and Vue.js, inspired by TweetDeck.
https://github.com/kincaidoneil/postplus

electron twitter vuejs

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Post+

Post+ is a native desktop Twitter app built using [Electron](https://electron.atom.io/) and [Vue.js](https://vuejs.org), inspired by TweetDeck.

![Post+ Screenshot](screenshot.png)

**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`.

```bash
# 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](https://github.com/kincaidoneil). Released under the [MIT license](LICENSE.md).

> [kincaidoneil.com](https://kincaidoneil.com) • Twitter [@kincaidoneil](https://twitter.com/kincaidoneil)