WowApp's awesome instant messenger app for the whole guild. https://sabolli.de/wow/metasocket
Go to file
Mal be0d849f5d Readme completed 2021-04-03 15:14:44 +02:00
build Version 1.5.0: Update check and dialog popups implemented 2021-03-21 23:56:54 +01:00
e2e Initial commit 2021-02-27 11:52:47 +01:00
resources Version 1.5.0: Update check and dialog popups implemented 2021-03-21 23:56:54 +01:00
src Version 1.6.5: Optimizations für responsive userlist 2021-03-27 22:29:58 +01:00
.browserslistrc Initial commit 2021-02-27 11:52:47 +01:00
.editorconfig Initial commit 2021-02-27 11:52:47 +01:00
.gitignore Initial commit 2021-02-27 11:52:47 +01:00
Makefile Version 1.5.0: Update check and dialog popups implemented 2021-03-21 23:56:54 +01:00
README.md Readme completed 2021-04-03 15:14:44 +02:00
angular.json Initial commit 2021-02-27 11:52:47 +01:00
config.xml Version 1.6.5: Optimizations für responsive userlist 2021-03-27 22:29:58 +01:00
ionic.config.json Release 2021-02-28 01:01:24 +01:00
karma.conf.js Initial commit 2021-02-27 11:52:47 +01:00
package-lock.json Version 1.5.0: Update check and dialog popups implemented 2021-03-21 23:56:54 +01:00
package.json Version 1.5.0: Update check and dialog popups implemented 2021-03-21 23:56:54 +01:00
tsconfig.app.json Initial commit 2021-02-27 11:52:47 +01:00
tsconfig.json Initial commit 2021-02-27 11:52:47 +01:00
tsconfig.spec.json Initial commit 2021-02-27 11:52:47 +01:00
tslint.json Initial commit 2021-02-27 11:52:47 +01:00

README.md

What is that?!

METAsocket is WowApp's awesome instant messenger and keeps your connection to your guild.

Requirements

  • NodeJS and NPM
  • Ionic Framework with Angular
  • Mac device with Xcode (for iOS)
  • Android Studio with Android SDK and Java Virtual Machine (for Android)

Installation

  1. Download and install NodeJS (https://nodejs.org or your package manager)
  2. Clone or download the project and enter the project folder
  3. Install the npm dependencies: npm install
  4. Build the project: ionic build
  5. Build for yor platform: ionic cordova build android (for Android) or ionic cordova build ios (for iOS)
  6. Your platform build is now inside the subfolder platforms. Open it with Android Studio or Xcode to generate packages or to build the app directly on your mobile device.