Skip to content

Android app for finding fun places nearby. A project for YHack 2017.

Notifications You must be signed in to change notification settings

M1Hackers/FunTimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun Times

App for finding fun places nearby.

A project for YHack 2017.

Setup instructions

This app uses the Google Cloud Vision API and the Google Places API Web Service. Therefore, you'll need an API key from Google valid for use with those services to compile it. The API key is stored in the root of the package, in the GlobalSecretKeys class, as the static final String GOOGLE_API_KEY. Example:

package dev.m1hackers.funtimes;

final class GlobalSecretKeys {
    static final String GOOGLE_API_KEY = "xxxxxxxxxxxxxx";
}

About

Android app for finding fun places nearby. A project for YHack 2017.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages