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

https://github.com/maayanlab/bioinput

A JavaScript library to quickly and easily implement an autocomplete html input element for various biological entities.
https://github.com/maayanlab/bioinput

Last synced: about 1 month ago
JSON representation

A JavaScript library to quickly and easily implement an autocomplete html input element for various biological entities.

Awesome Lists containing this project

README

        

# Bioinput

Bioinput is a JavaScript library built around the [jQuery](https://jquery.com/),
[typeahead.js](https://twitter.github.io/typeahead.js), and
[Bootstrap Tags Input](http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/) libraries.
It allows you to quickly and easily implement an autocomplete html input element for various
biological entities. It was created in hopes that it would assist in the standardizing of biological terms.
###Getting Started
Include Bioinput by adding the script tag to your project's HTML file. Bioinput requires that jQuery is available, so be sure to include it after jQuery, as shown below:
```html
...