GithubHelp home page GithubHelp logo

twtr's Introduction

Twtr Logo

This app is based in the Mobile Twitter site, but modifies a lot of things and makes it more usable on desktop.

I created this app to learn more about Electron and how it works.

App image

Background behavior

When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Windows/Linux. Right-click the dock/tray icon and choose Quit to completely close the app.

Install

macOS 10.9+, Windows 7+ & Linux are supported

The app isn't available as a compiled package yet, so you will need to do it by yourself (it's quite easy).

First of all, you need to clone this repo:

$ git clone https://github.com/hugmanrique/Twtr.git
$ cd Twtr

Then, install all the dependencies with $ npm install

macOS

Run $ npm run build:macos and move dist/Twtr.app to the /Applications directory.

Windows

Windows look

Run $ npm run build:win. Your compiled exe file will be in the dist directory.

Linux

You will need to run $ npm run build:linux.

To add a shortcut to the app, create a file in ~/.local/share/applications called twtr.desktop with the following contents:

[Desktop Entry]
Name=Twtr
Exec=/full/path/to/folder/Twtr
Terminal=false
Type=Application
Icon=/full/path/to/folder/Twtr/resources/app/icons/Icon.png

CSS Edits

The CSS modifications were made by sindresorhus. You can check his Chrome extension here.

Contributing

Pull requests and issues are more than welcome, but remember this was an Electron starter project.

License

Twtr is licensed under the MIT License - see the LICENSE file for details.

twtr's People

Contributors

hugmanrique avatar raulsmartin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.