KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
walkwaves
★ 10
Open GitHub ↗
A React Native app for exploring your city
Download README (.md)
Explore Similar Repositories
rng-tools
:
rng-tools for arm linux (based uclibc,not GNU libc)
CTF_webboard
:
天枢2018-web兴趣小组-CTF平台搭建
dho
:
Generate CircleCI config from `dhall` representations
EVMBridge
:
EVM ERC20 Token Bridge
XSSight
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
walkwaves
?
Download (.md)
# Walkwaves A mobile app for exploring your city, built using the [OpenCage Geocoding API](https://opencagedata.com/) 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](https://learnetto.com/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](https://opencagedata.com/api) 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 ```