Skip to content

zabo-api/zabo-nodejs-quickstart-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Zabo? A unified cryptocurrency API.

Zabo is an API for connecting with cryptocurrency exchanges, wallets and protocols like Bitcoin. Instead of manually integrating with Coinbase API, Binance API, Bitcoin APIs or the hundreds of other cryptocurrency APIs - you can simply use Zabo for them all.

We believe teams and developers should focus on building great products, not worry about the fragmented landscape of exchange APIs and blockchain protocols.

For our updated list of integrations, check out our Zabo integrations.

Zabo Node.js Quickstart App

The following is a quickstart app to help you start working with Zabo's API immediately.

Getting Started

To get started, clone this repository and run the start script with your Zabo credentials.

git clone https://github.com/zabo-api/zabo-nodejs-quickstart-app.git \
&& cd zabo-nodejs-quickstart-app \
&& npm install \
&& CLIENT_ID=YOUR_CLIENT_IDS \
PUBLIC_API_KEY=YOUR_API_KEY \
SECRET_API_KEY=YOUR_SECRET_API_KEY \
npm start

Next Steps

Congratulations on starting your first Zabo application! Now it's time to modify this to meet your needs. Head over to zabo.com/docs to get started.