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.
- Host: GitHub
- URL: https://github.com/maayanlab/bioinput
- Owner: MaayanLab
- Created: 2016-01-29T21:06:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T18:30:12.000Z (about 9 years ago)
- Last Synced: 2025-01-22T03:15:39.319Z (3 months ago)
- Language: JavaScript
- Homepage: http://maayanlab.github.io/bioinput
- Size: 218 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...