Code Monkey home page Code Monkey logo

kute's Introduction

Kute

A Commute App for Sri Lanka

Join the chat at https://gitter.im/scorelab/scorelab

People travel to the same destination on a regular basis for various reasons using public and private transport. In Kute, the users (also known as travellers) themselves are allowed to share their current location, so that the other travellers can see the current location of the vehicle. A common type of vehicle used for public transport in Sri Lanka is the passenger train. Kute is currently implemented for trains. A registered user can update the current location of a train when travelling by sharing the current location. Another user can view location of a selected train and the expected time a particular train arrives at the nearest station using the location data updated by another user.

alt tag alt tag

Installation

  1. Go to your terminal and execute this command

    git clone https://github.com/scorelab/kute.git
    

    or download the zip file.

  2. Launch android studio (version 1.4 above).

  3. Click on File, then New and then Import Project Or from the welcome screen of android studio click on Import project (If you wish to contribute, you can directly link to GitHub)

  4. Browse to the directory where you cloned (extracted the zip).

  5. Update kute-android-app/app/src/main/res/values/strings.xml with a facebook app id and google maps api key

    ...
     <string name="facebook_app_id">YOUR_FB_APP_ID</string>
     <string name="googlemapApi">YOUR_GOOGLE_MAPS_API_KEY</string>
    ...
    

    Also delete the sample strings i.e

    ...
      <string name="facebook_app_id">sample</string>
      <string name="googlemapApi">sample</string>
    ...
    
  6. Run and build the Gradle.

  7. If Gradle finishes to build without error run the project by clicking on the play button on the tool bar.

  8. Wait for a few seconds and the app should start on your device (android phone or emulator).

  9. Make sure you are connected to internet.

Google Code-in 2017

Google Code-in users should checkout the c_in_refine branch for all tasks.

git checkout c_in_refine

You'll have all the necessary information to procede in there.

License

This project is licensed under the terms of the Apache License 2.0.

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.