Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kincaidoneil/postplus
- Owner: kincaidoneil
- License: mit
- Created: 2014-07-03T04:15:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T15:35:16.000Z (over 6 years ago)
- Last Synced: 2024-11-14T07:44:02.134Z (2 months ago)
- Topics: electron, twitter, vuejs
- Language: Vue
- Homepage:
- Size: 13.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)