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

https://github.com/pmsipilot/angular-omnibox


https://github.com/pmsipilot/angular-omnibox

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Angular omnibox

Omnibox searchbar for angular

![example](./example/angular-omnibox.gif)

## Prerequisites

* AngularJS 1.5+
* [Font Awesome](https://fontawesome.com/)

## Installing
Get module:
```
npm install --save angular-omnibox
```

## Example
### build
```
npm install
npm run example
```
### run
open [example/index.html](example/index.html) in browser

### code
see [examples](example/example.js)

## Running the tests

Unit tests:
```
npm run units
```

Lesshint tests:
```
npm run lesshint
```

CS tests:
```
npm run cs
```

## Authors

* **Thomas Robert de Saint Vincent** -[*Groupe PSIH*](https://www.groupepsih.com/)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details