SkillAgentSearch skills...

Snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.

Install / Use

/learn @general-porpoise/Snapcache
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Snapcache

Give physical impact to your digital communications.

Team

  • Product Owner: Conor Flannigan
  • Scrum Master: Anneke Floor
  • Project Manager: Chris Rinaldi

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

In Browser:

ionic serve from command line

Android:

Make sure you have Android SDK installed on the host computer. Check out this guide for detailed instructions.

ionic platform add android
ionic build android
ionic run android

Emulator:

ionic platform add [PLATFORM]
ionic build [PLATFORM]
ionic emulate [PLATFORM]

iOS (device):

You'll need an Apple Developer account for this. Once you have an account and have set up XCode with your certificates to enable device testing, you'll want to open the XCode project from platform/ios/ and run the build from XCode.

Requirements

  • npm
  • Ionic & Cordova
  • Cordova InAppBrowser plugin
  • Cordova GeoLocation plugin
  • Cordova Device plugin
  • Cordova Camera plugin
  • Cordova Facebook Connect plugin

For generating documentation:

  • Gulp
  • docco-toc npm module
  • gulp-run npm module

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install
ionic plugin add [PLUGIN.LOCATION]

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks4

Languages

JavaScript

Security Score

55/100

Audited on Oct 5, 2020

No findings