Skip to content

learnetto/walkwaves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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