zabo-api / zabo-nodejs-quickstart-app

Zabo Node.js Quickstart App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Zabo Node.js Quickstart App

License:MIT License


Languages

Language:JavaScript 74.8%Language:Pug 18.0%Language:CSS 7.2%