Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsamaya/react-opencage-search


https://github.com/tsamaya/react-opencage-search

Last synced: 4 days ago
JSON representation

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)