wikipathways-api-client-js
JS client for WikiPathways.org web services API. Note that not all API endpoints are handled yet. Pull requests welcome!
How To Use
demo, docs)
JS Library (Install via NPM
npm install --save wikipathways-api-client
Or include script
tags in your HTML
Command Line (CLI)
- Install Node.js
- Install client and view help
npm install -g wikipathways-api-clientwikipathways-api-client --help
Contribute to Development
- Install Node.js
- Clone this repo
git clone https://github.com/wikipathways/wikipathways-api-client-js.gitcd wikipathways-api-client-js
- Install dependencies
npm install
- Start dev mode (rebuilds on save)
npm run dev
- Refactor files in
src
directory and try out resultdist/bundle.js