All Projects → sivaramsi → Manageyum

sivaramsi / Manageyum

Licence: mit
A browser made precisely for your apps.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Manageyum

Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+265.33%)
Mutual labels:  slack, whatsapp, twitter
Slack
🎉✨ Slack API client for Node and browsers.
Stars: ✭ 903 (+353.77%)
Mutual labels:  slack, browser
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+262.31%)
Mutual labels:  slack, twitter
Broid Kit
Bot framework powered by Broid
Stars: ✭ 58 (-70.85%)
Mutual labels:  slack, twitter
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (+118.09%)
Mutual labels:  slack, twitter
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+6233.67%)
Mutual labels:  whatsapp, twitter
Slack Twitter
Read your timeline, fave tweets, and post to Twitter from Slack.
Stars: ✭ 47 (-76.38%)
Mutual labels:  slack, twitter
Cordova Plugin Native Keyboard
🎹 Add a Slack / WhatsApp - style chat keyboard to your Cordova app!
Stars: ✭ 271 (+36.18%)
Mutual labels:  slack, whatsapp
Cat Facts
Daily cat facts! 🐱
Stars: ✭ 110 (-44.72%)
Mutual labels:  twitter, angularjs
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+716.08%)
Mutual labels:  whatsapp, twitter
Tsuru
desktop client.
Stars: ✭ 126 (-36.68%)
Mutual labels:  slack, twitter
Franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
Stars: ✭ 4,088 (+1954.27%)
Mutual labels:  slack, whatsapp
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+106.53%)
Mutual labels:  slack, twitter
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+2137.19%)
Mutual labels:  slack, whatsapp
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-32.16%)
Mutual labels:  slack, twitter
D3 Digest
SlackBot that watch channels looking for links and reactions, and generates digests based on those reactions
Stars: ✭ 15 (-92.46%)
Mutual labels:  slack, twitter
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+21.61%)
Mutual labels:  slack, twitter
electronim
Electron based multi IM (Instant Messaging) client
Stars: ✭ 50 (-74.87%)
Mutual labels:  slack, whatsapp
React Share Button
📱 React share button component with web-share api and fallback modal with native intent urls
Stars: ✭ 89 (-55.28%)
Mutual labels:  whatsapp, twitter
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-36.68%)
Mutual labels:  slack, twitter

Manageyum

Quick start

The only development dependency of this project is Node.js. So just make sure you have it installed. Then type few commands known to every Node developer...

git clone https://github.com/sivaramsi/manageyum.git
cd manageyum
npm install
npm start

... and boom! You have a running desktop application on your screen.

Folders for application code

The application is split between two main folders...

src - this folder is intended for files which need to be transpiled or compiled (files which can't be used directly by electron).

app - contains all static assets (put here images, css, html etc.) which don't need any pre-processing.

The build process compiles all stuff from the src folder and puts it into the app folder, so after the build has finished, your app folder contains the full, runnable application.

Treat src and app folders like two halves of one bigger thing.

The drawback of this design is that app folder contains some files which should be git-ignored and some which shouldn't (see .gitignore file). But thanks to this two-folders split development builds are much (much!) faster.

Development

Installation

npm install

It will also download Electron runtime and install dependencies for the second package.json file inside the app folder.

Starting the app

npm start

Adding npm modules to your app

Remember to add your dependencies to app/package.json file:

cd app
npm install name_of_npm_module --save

License

Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].