https://github.com/eneax/rn-yelp-search
Yelp restaurant search app built with React Native
https://github.com/eneax/rn-yelp-search
axios javascript react react-native react-navigation-v6 yelp-api yelp-fusion-api
Last synced: about 2 months ago
JSON representation
Yelp restaurant search app built with React Native
- Host: GitHub
- URL: https://github.com/eneax/rn-yelp-search
- Owner: eneax
- License: mit
- Created: 2021-08-08T15:17:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T19:17:39.000Z (over 3 years ago)
- Last Synced: 2025-02-14T16:02:07.113Z (3 months ago)
- Topics: axios, javascript, react, react-native, react-navigation-v6, yelp-api, yelp-fusion-api
- Language: JavaScript
- Homepage:
- Size: 459 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rn-yelp-search
Yelp restaurant search app built with React Native.
## Run this project locally
```shell
npm i
npm start
```## 🗄️ Environment Variables
Create a `.env` file in your root directory with the following variable:
```
YELP_API_KEY
```Set the variable with the value provided by [Yelp Fusion API](https://www.yelp.com/fusion).