bornazaja / LocationFinder

This is an application that finds nearby places by various parameters such as category and radius. Application is using two APIs GooglePlaces and Foursquare for finding nearby places.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location Finder

This is an application that finds nearby places by various parameters such as category and radius. Application is using two APIs GooglePlaces and Foursquare for finding nearby places.

Tehnologies

  • C#
  • ASP.NET MVC
  • Bootstrap

Requirements

  • Visual Studio 2012 or higher

Instructions

  • Download and unzip project
  • Clean and rebuild solution
  • To run application properly you need to setup Api Key for GooglePlaces or Client Id and Client Secret for Foursquare:
    • GooglePlaces - in project LocationFinderLibrary in namespace BLL/API/Places/GooglePlaces in class GooglePlacesApi.cs change variable value of private const string ApiKey from API_KEY to your Api Key
    • Foursquare - in project LocationFinderLibrary in namespace BLL/API/Places/Foursquare in class FoursquarePlacesApi.cs change two variables values:
      • private const string ClientId from value CLIENT_ID to your Client Id
      • private const string ClientSecret from value CLIENT_SECRET to your Client Secret

About

This is an application that finds nearby places by various parameters such as category and radius. Application is using two APIs GooglePlaces and Foursquare for finding nearby places.

License:GNU General Public License v3.0


Languages

Language:JavaScript 92.5%Language:C# 4.6%Language:CSS 2.2%Language:HTML 0.6%Language:ASP.NET 0.0%