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

https://github.com/glweems/usesearch

Created with CodeSandbox
https://github.com/glweems/usesearch

Last synced: 3 months ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

        

Welcome to @glweems/usesearch 👋

![Node.js CI](https://github.com/glweems/useSearch/workflows/Node.js%20CI/badge.svg)
Version

Twitter: garrettlweems

> React hook for url searches

### 🏠 [Homepage](https://github.com/glweems/useSearch#readme)

### ✨ [Demo](https://codesandbox.io/s/github/glweems/useSearch)

## Install

```sh
npm install @glweems/usesearch
```

## Usage

```javascript
import useSearch from @glweems/useSearch";

function SearchInput() {
const { inputProps, buttonProps } = useSearch();
return (



clear

);
}
```

## Author

👤 **Garrett Weems (https://glweems.com)**

- Website: https://glweems.com
- Twitter: [@garrettlweems](https://twitter.com/garrettlweems)
- Github: [@glweems](https://github.com/glweems)
- LinkedIn: [@glweems](https://linkedin.com/in/glweems)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/glweems/useSearch/issues). You can also take a look at the [contributing guide](https://github.com/glweems/useSearch/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Garrett Weems (https://glweems.com)](https://github.com/glweems).

This project is [MIT](https://github.com/glweems/useSearch/blob/master/LICENSE) licensed.

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_