Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

wikipathways-api-client

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikipathways-api-client

JS client for the WikiPathways.org webservices API

latest
Source
npmnpm
Version
1.1.7
Version published
Maintainers
3
Created
Source

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

JS Library (demo, docs)

Install via NPM

npm install --save wikipathways-api-client

Or include script tags in your HTML

<script src="//wikipathways.github.io/wikipathways-api-client-js/1.1.7/dist/bundle.min.js"></script>

Command Line (CLI)

  • Install Node.js
  • Install client and view help
npm install -g wikipathways-api-client
wikipathways-api-client --help

Contribute to Development

git clone https://github.com/wikipathways/wikipathways-api-client-js.git
cd 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 result dist/bundle.js

Keywords

wikipathways

FAQs

Package last updated on 06 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts