Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 366 Bytes

Food Fortune

Description

A simple back-end for a fast prototype mobile app that uses Foursquare API for GEMS APP Challenge. It takes latitude and longitude as parameter and returns a list of eating places nearby.

Installation

Run bundle install.

Usage

Make a POST request to http://localhost:3000/api with two string values latitude and longitude.