2
0
Fork 0
HTML5 app for giving and receiving charity. https://helpinghelena.org
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Skylar Ittner c344b4a81e update gitignore vor 5 Jahren
nbproject Create app (based on NotePostApp code) vor 5 Jahren
packaging Add desktop packaging tools vor 5 Jahren
res/android Create app (based on NotePostApp code) vor 5 Jahren
www Show map of nearby merchants to receivers vor 5 Jahren
.gitignore update gitignore vor 5 Jahren
.npmignore Create app (based on NotePostApp code) vor 5 Jahren
LICENSE.md Create app (based on NotePostApp code) vor 5 Jahren
README.md Create app (based on NotePostApp code) vor 5 Jahren
config.xml Add QR code scanning (#1) vor 5 Jahren
index.js Create app (based on NotePostApp code) vor 5 Jahren
licenses.html Update license info vor 5 Jahren
licenses.txt Update license info vor 5 Jahren
logo.png Create app (based on NotePostApp code) vor 5 Jahren
package.json Get user position and display nearby people on map (close #2) vor 5 Jahren
removebloat.sh Improve bloat script some more vor 5 Jahren
yarn.lock Create app (based on NotePostApp code) vor 5 Jahren
yarninstall.sh Create app (based on NotePostApp code) vor 5 Jahren

README.md

Helping Helena App

This is a cross-platform app for Helping Helena. It can be built for most platforms by using either Apache Cordova or NW.js.

Get prebuilt binaries here

Platform Support

Tested and should work on:

  • Android 5+ (up-to-date WebView implementation required)
  • Linux (amd64 and i386)

Not tested but should work on:

  • Windows

Building for NW.js

Since this is a webapp, there isn't really a build process.

  1. Install Yarn, and run ./yarninstall.sh to grab dependencies.
  2. Get NW.js and unpack it into a folder (we'll use ~/nw.js).
  3. Move to the www folder in this repository and run ~/nw.js/nw .
  4. The process is basically the same for non-Linux systems, just use the appropriate version of NW.js.

Building for Cordova/Android

This assumes you have Cordova and a working Android SDK installed.

  1. Install Yarn, and run ./yarninstall.sh to grab dependencies.
  2. Run ./removebloat.sh to cut the APK size in half.
  3. Run cordova platform add android.
  4. Run cordova build android --release.

License

The code in www (except node_modules) is licensed under the Mozilla Public License 2.0. We didn't write the rest, most of it is autogenerated or third-party. Consult licenses.txt or the built-in open source info page for details.

If you're making custom builds and distributing them, you need to contact us and get permission to use the app icon (logo.png and the files in /res). If you're building the app for personal use, or you're not using the same name or logo, you don't need permission.