WowApp's awesome instant messenger app for the whole guild. https://sabolli.de/wow/metasocket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mal be0d849f5d Readme completed 3 years ago
build Version 1.5.0: Update check and dialog popups implemented 3 years ago
e2e Initial commit 3 years ago
resources Version 1.5.0: Update check and dialog popups implemented 3 years ago
src Version 1.6.5: Optimizations für responsive userlist 3 years ago
.browserslistrc Initial commit 3 years ago
.editorconfig Initial commit 3 years ago
.gitignore Initial commit 3 years ago
Makefile Version 1.5.0: Update check and dialog popups implemented 3 years ago
README.md Readme completed 3 years ago
angular.json Initial commit 3 years ago
config.xml Version 1.6.5: Optimizations für responsive userlist 3 years ago
ionic.config.json Release 3 years ago
karma.conf.js Initial commit 3 years ago
package-lock.json Version 1.5.0: Update check and dialog popups implemented 3 years ago
package.json Version 1.5.0: Update check and dialog popups implemented 3 years ago
tsconfig.app.json Initial commit 3 years ago
tsconfig.json Initial commit 3 years ago
tsconfig.spec.json Initial commit 3 years ago
tslint.json Initial commit 3 years ago

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.