Code Monkey home page Code Monkey logo

transfixed-portabella's Introduction

Yep

Yep helps people plan impromptu events with their closest friends.

Have you ever, on an uninspiring Sunday afternoon, gotten the urge hang out at your favorite spot? You'd rather not go alone but it's too last minute to coordinate with your crew. โ€˜Yepโ€™ can help. Send a quick, one word invite to your inner circle and know, real time, who will be joining you.

Team

  • Product Owner: Alex
  • Scrum Master: Juana
  • Development Team Members: Alex, Juana, Livvie

Table of Contents

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

Usage

The application is currently only fully supported on Android devices. Apple devices can send messages, but cannot receive push notifications.

Requirements

  • Gulp 3.5.6
  • Gulp-sass 1.3.3
  • Gulp-concat 2.2.0
  • Gulp-minify-css 0.3.0
  • Gulp-rename 1.2.0
  • Gulp-util 2.2.14
  • Bower 1.3.3
  • Shelljs 0.3.0
  • Cordova Plugins: "cordova-plugin-device" "cordova-plugin-console" "cordova-plugin-whitelist" "cordova-plugin-splashscreen" "com.ionic.keyboard"

Development

Installing Dependencies

Ionic Setup

  1. Run npm install from the app directory.
  2. Run npm install from the the push-server directory.
  3. Set up an Ionic account.
  4. Initialize the platform by running ionic add ionic-platform-web-client from the root directory.
  5. Run ionic plugin add phonegap-plugin-push from the root directory.
  6. Run ionic io init from the root directory.
  7. Go to your Ionic apps and navigate to the app you just created. Get the app id from My Apps home page and the public and secret API keys under Settings->Keys in the app.
  8. In the .io-config.json file in the app directory, set dev_push to false to run the app on an Android device, or to true to run the app on the desktop. Set the app id and API keys. Then set up a GCM key. The file should look like the following:
{
  "dev_push": false,
  "app_id": APPID,
  "api_key": PUBLICKEY,
  "privateKey": SECRET,
  "gcm_key": GCMKEY
}
  1. Run ionic config build.

Firebase Setup

  1. Go to the Firebase website and sign up for an account.
  2. In the homepage, create an app.
  3. Click on Manage App and navigate to Login & Auth. Check the box next to "Enable Email & Password Authentication."
  4. In the app/www/js/services.js file, replace any instances of yotempest in the Database factory with your app name. (There should be three instances, one each in ref, usersRef, and session)
  • Note: Installation instructions have changed since the start of this project. This is a beta product in flux.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

transfixed-portabella's People

Contributors

livvielin avatar alexvision avatar juaniiie avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.