The previous iteration of Goober which was a cross platform mobile client for pnut.io built using the Ionic framework. This project has been replaced with an all new code and this exists as an archive of the old project.
This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-11-17 16:59:00 -08:00
platforms/android finish post component split from stream and thread pages 2018-11-17 16:59:00 -08:00
resources fix app title in index and manifest and updating icon sizes 2018-10-29 17:20:39 -07:00
src finish post component split from stream and thread pages 2018-11-17 16:59:00 -08:00
ubuntutouch version bump for testing 2018-11-16 17:54:45 -08:00
.editorconfig Initial commit 2017-06-05 20:32:48 -07:00
.gitignore tweak ignore file 2018-09-02 17:12:55 -07:00
CHANGELOG.md update changelog and bump version for release 2018-09-03 07:39:59 -07:00
config.xml version bump for testing 2018-11-16 17:54:45 -08:00
ionic.config.json ionic update 2017-09-05 20:49:56 -07:00
LICENSE LICENSE and removed boiler plate README 2017-06-05 21:06:26 -07:00
Makefile additional pwa testing bits 2018-11-11 07:53:28 -08:00
package-lock.json Update to Cordova Android 7.1.2 2018-11-10 07:03:05 -08:00
package.json Update to Cordova Android 7.1.2 2018-11-10 07:03:05 -08:00
README.md updated readme resolves issue #71 2018-09-02 17:54:10 -07:00
tsconfig.json Initial commit 2017-06-05 20:32:48 -07:00
tslint.json Initial commit 2017-06-05 20:32:48 -07:00

Goober, a mobile app for pnut.io

Copyright 2017 - 2018 Morgan McMillian

Goober is a cross platform mobile client for pnut.io built using the Ionic framework (http://ionicframework.com/).

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Core build dependencies

npm install -g ionic cordova

Platform build dependencies

Android

Other build dependencies

Install required node modules

cd Goober
npm install

Install at least one target platform

ionic cordova platform add android

Build and run using ionic framework

Copy src/providers/pnut-oauth.ts.sample to src/providers/pnut-oauth.ts and include the client ID provided by pnut.io. See the developer documentation for more details.

Browser

ionic serve --lab

Android

ionic cordova platform add android
ionic cordova build android
ionic cordova run android