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.
goober-ionic/ubuntutouch
Morgan McMillian 0173d8c396 updated makefile
set version number
2019-05-19 08:16:33 -07:00
..
.gitignore add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
clickable.json add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
goober.apparmor updated build settings for ubuntu touch issue #76 2018-11-01 06:22:33 -07:00
goober.desktop add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
icon.png add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
LICENSE add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
manifest.json updated makefile 2019-05-19 08:16:33 -07:00
README.md add build for ubuntu touch #76 2018-09-03 08:18:32 -07:00
www add build for ubuntu touch #76 2018-09-03 08:18:32 -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/).

Contributing

This project is no longer under active development or support. If you decide to fork and continue development let me know. I might transfer this project or link to the new effort whichever is appropriate.

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