https://github.com/tsamaya/opencage-react-native
React-native demonstrator app using OpenCage Data Geocoder API
https://github.com/tsamaya/opencage-react-native
geocoder opencage opencage-api react-native typescript
Last synced: 15 days ago
JSON representation
React-native demonstrator app using OpenCage Data Geocoder API
- Host: GitHub
- URL: https://github.com/tsamaya/opencage-react-native
- Owner: tsamaya
- License: mit
- Created: 2020-09-20T19:58:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:26:53.000Z (over 3 years ago)
- Last Synced: 2025-01-09T05:21:59.874Z (over 1 year ago)
- Topics: geocoder, opencage, opencage-api, react-native, typescript
- Language: Java
- Homepage:
- Size: 860 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencage-react-native
This repository demostrates how to use the [opencage-api-cient](https://github.com/tsamaya/opencage-api-client) library with [TypeScript](https://www.typescriptlang.org/) in a [React Native](https://reactnative.dev/) app.
[](https://circleci.com/gh/tsamaya/opencage-react-native)

## Prerequisites
This repository has been created with the React Native CLI Quickstart.
Follow Reactive Native [instructions](<(https://reactnative.dev/docs/environment-setup)>) to setup your workstation
## Get started
clone the repo
run
yarn start
yarn ios
yarn android
## API Key
A test key is provided, it returns always the same result. Update [src/env.json](./src/env.json) file with your API KEY.
## License
Licensed under the MIT License
A copy of the license is available in the repository's [LICENSE](LICENSE) file.