Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsamaya/react-opencage-search
https://github.com/tsamaya/react-opencage-search
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsamaya/react-opencage-search
- Owner: tsamaya
- Created: 2020-12-12T08:59:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T10:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:34:37.288Z (7 months ago)
- Language: HTML
- Size: 3.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-opencage-search
> Opencage Data Geocoder component for React
[![NPM](https://img.shields.io/npm/v/react-opencage-search.svg)](https://www.npmjs.com/package/react-opencage-search) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save react-opencage-search
```## Usage
```jsx
import React, { Component } from 'react'import MyComponent from 'react-opencage-search'
import 'react-opencage-search/dist/index.css'class Example extends Component {
render() {
return
}
}
```## License
MIT © [tsamaya](https://github.com/tsamaya)