Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 693 Bytes

Walkwaves

A mobile app for exploring your city, built using the OpenCage Geocoding API and React Native.

Learn how to build this app with this series of free tutorials:

How to build a location based app in React Native - Part 1

How to run

Clone the repo:

git clone https://github.com/learnetto/walkwaves.git

Add your Opencage API KEY in App.js:

  reverseGeocode = () => {
    const key = 'YOUR_API_KEY';

Then cd into the directory, install packages and start the dev server:

cd walkwaves
yarn
expo start