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.
![]() |
3 years ago | |
---|---|---|
build | 3 years ago | |
e2e | 3 years ago | |
resources | 3 years ago | |
src | 3 years ago | |
.browserslistrc | 3 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
angular.json | 3 years ago | |
config.xml | 3 years ago | |
ionic.config.json | 3 years ago | |
karma.conf.js | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
tsconfig.app.json | 3 years ago | |
tsconfig.json | 3 years ago | |
tsconfig.spec.json | 3 years ago | |
tslint.json | 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
- Download and install NodeJS (https://nodejs.org or your package manager)
- Clone or download the project and enter the project folder
- Install the npm dependencies:
npm install
- Build the project:
ionic build
- Build for yor platform:
ionic cordova build android
(for Android) orionic cordova build ios
(for iOS) - 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.