2.2 KiB
PagePlusBalance v0.4
PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones.
Author: Travis Burtrum (moparisthebest)
Email: android@moparisthebest.org
Features:
- Gets your balance directly from PagePlusCellular.com, saving bandwidth by making fewer requests than a browser could and not downloading any javascript, css, or images that a browser would.
- Optionally, over mobile data, will send your details to a service on my server that uses the same code to grab your balance from Page Plus as the android app and sending you back only the data you want as plain text, saving you a substantial amount of bandwidth.
- Stores your balance on your phone along with the last time you refreshed it.
- Open source under GNU/AGPL!
How to comply with License:
Basically, the AGPL requires that if you distribute the code, or if you host the application where the public can access it, such as a public server, then you must provide the source code along with your modifications as a download on that page. This is to promote development of the program and share code with everyone to improve it. If you have any questions, contact me at android@moparisthebest.org. If you use the code, I'd love to know, so drop me a line if you would.
License: (full text in LICENSE)
PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones.
Copyright (C) 2010 Travis Burtrum (moparisthebest)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
TODO:
- You suggest it, via a github issue or email!