Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:26:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:34:36.660Z (7 months 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.
[![CircleCI (master)](https://img.shields.io/circleci/project/github/tsamaya/opencage-react-native.svg)](https://circleci.com/gh/tsamaya/opencage-react-native)
![screenshot](./resources/screenshot-ios.png)
## 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.