https://github.com/bionode/bionode-ncbi
Node.js module for working with the NCBI API (aka e-utils).
https://github.com/bionode/bionode-ncbi
api-client bioinformatics bionode nodejs tool
Last synced: 10 months ago
JSON representation
Node.js module for working with the NCBI API (aka e-utils).
- Host: GitHub
- URL: https://github.com/bionode/bionode-ncbi
- Owner: bionode
- License: mit
- Created: 2014-05-25T16:59:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T13:20:47.000Z (over 6 years ago)
- Last Synced: 2025-08-18T19:31:17.882Z (10 months ago)
- Topics: api-client, bioinformatics, bionode, nodejs, tool
- Language: JavaScript
- Homepage: bionode.io
- Size: 25.4 MB
- Stars: 66
- Watchers: 22
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bionode-ncbi
> Node.js module to get data from the NCBI API (aka e-utils)
[](http://npmjs.org/package/bionode-ncbi)
[](https://travis-ci.org/bionode/bionode-ncbi)
[](http://coveralls.io/r/bionode/bionode-ncbi)
[](http://david-dm.org/bionode/bionode-ncbi)
[](https://www.npmjs.com/package/bionode-ncbi)
[](https://gitter.im/bionode/bionode)
## Install
You need to install the latest Node.JS first, please check [nodejs.org](http://nodejs.org) or do the following:
```bash
# Ubuntu
sudo apt-get install npm
# Mac
brew install node
# Both
npm install -g n
n stable
```
To use `bionode-ncbi` as a command line tool, you can install it globally with `-g`.
```bash
npm install bionode-ncbi -g
```
Or, if you want to use it as a JavaScript library, you need to install it in your local project folder inside the `node_modules` directory by doing the same command **without** `-g`.
```bash
npm i bionode-ncbi # 'i' can be used as shortcut to 'install'
```
## Documentation
Check our documentation at [doc.bionode.io](http://doc.bionode.io) or do:
```bash
bionode-ncbi --help
```
## Contributing
We welcome all kinds of contributions at all levels of experience, please read the [CONTRIBUTING.md](CONTRIBUTING.md) to get started!
## Communication channels
Don't be shy! Come talk to us :smiley:
* **Email** [mail@bionode.io](mailto:mail@bionode.io)
* **Chat room** [http://gitter.im/bionode/bionode](http://gitter.im/bionode/bionode)
* **IRC** #bionode on Freenode
* **Twitter** [@bionode](http://twitter.com/@bionode)
## Acknowledgements
We would like to thank all the people and institutions listed below!
* [graphs/contributors](https://github.com/bionode/bionode-ncbi/graphs/contributors)
* [bionode/people](https://github.com/orgs/bionode/people)
* [WurmLab](http://wurmlab.github.io)
* [Mozilla Science Lab](https://science.mozilla.org)