Giter Club home page Giter Club logo

tahapi's Introduction

DEPRECATED

tahapi

Tahapi is an IONIC android app which has written in 2 weeks with IONIC(1.x) with zero IONIC knowledge. Android platform files has been removed for reducing the file size. One must add android platform to project before testing.

//adding android platform cli code
$ ionic cordova add android

Crosswalk bugs can be seen because of the latest updates on IONIC CLI and version changes. This project actually added to the github as a code reference. A working version of project resides on google play.

App's main purpose is listing images and videos which acquired from an web api as JSON. Users can comment and rate these pictures and videos. Also users can upload images or videos from to server from their device galleries or taking them on fly. Big videos are compressed with Cordova-Video-Plugin on the background.

Users can log in the app with google or facebook.

Api keys must inserted at right locations for this purpose.

//Facebook
$cordovaOauth.facebook("[FACEBOOK_API_KEY]", ["email", "user_website", "user_location", "user_relationships"]).then(function(result) {...

//Google
 $cordovaOauth.google("[GOOGLE_API_KEY]", ["email"]).then(function(result) {...

Application gets its data from an web api with $http.get . But in this version of project api links left blank.

$http.get('[WEB-API-SERVER]', {params: para})...

Project is developed in very limited time with zero knowledge of library.

Never tested on IOS

tahapi's People

Contributors

dahico-dk avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

kimmoda

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.