larryranches / yelppt

React Native app using yelps api for search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code style: prettier

yelppt

React Native app using the Yelp Api to find physical therapists via user input location

Instructions

  1. Clone the repo

  2. npm install

  3. Important! Add your Yelp Api key in the env.js file in the root inside the single quotes

const env = {
  YELP_API_KEY: '',
};

export default env;
  1. react-native run-ios or react-native run-android

About

React Native app using yelps api for search


Languages

Language:JavaScript 65.9%Language:Objective-C 18.9%Language:Python 8.4%Language:Java 6.8%