An open API service indexing awesome lists of open source software.

https://github.com/zabo-api/zabo-nodejs-quickstart-app

Zabo Node.js Quickstart App
https://github.com/zabo-api/zabo-nodejs-quickstart-app

Last synced: about 1 year ago
JSON representation

Zabo Node.js Quickstart App

Awesome Lists containing this project

README

          

What is Zabo? A unified cryptocurrency API.
=========================
[Zabo](https://zabo.com) is an API for connecting with cryptocurrency exchanges, wallets and protocols like Bitcoin. Instead of manually integrating with [Coinbase API](https://zabo.com/integrations/coinbase), [Binance API](https://zabo.com/integrations/binance), [Bitcoin APIs](https://zabo.com/integrations/bitcoin) 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](https://zabo.com/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](https://zabo.com/docs).