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
- Host: GitHub
- URL: https://github.com/zabo-api/zabo-nodejs-quickstart-app
- Owner: zabo-api
- License: mit
- Created: 2019-10-16T15:52:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:43:54.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:54:06.640Z (about 1 year ago)
- Language: JavaScript
- Size: 373 KB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).