https://github.com/rexlmanu/bettertwitter
A twitter application for the desktop
https://github.com/rexlmanu/bettertwitter
application desktop-app desktop-application electron twitter twitter-client
Last synced: about 1 month ago
JSON representation
A twitter application for the desktop
- Host: GitHub
- URL: https://github.com/rexlmanu/bettertwitter
- Owner: rexlManu
- License: apache-2.0
- Created: 2019-01-09T16:01:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T16:01:28.000Z (over 7 years ago)
- Last Synced: 2026-03-01T18:52:07.860Z (4 months ago)
- Topics: application, desktop-app, desktop-application, electron, twitter, twitter-client
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BetterTwitter
**Clone and run for a quick way to see BetterTwitter in action.**
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/rexlManu/BetterTwitter
# Go into the repository
cd BetterTwitter
# Install dependencies
npm install
# Run the app
npm start
```
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## License
[MIT License](LICENSE.md)