Skip to content

A simple demo showing a stream of dummy data simulating how we would get a stream of data every second when consuming the coinbase API.

Notifications You must be signed in to change notification settings

Artemas-Muzanenhamo/coinbase-price-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin-Base Price Demo

  • This application will simulate a stream of data showing buy prices to buy from coinbase

How to start the application

  • Execute ./gradlew bootR
  • You will need the Authorization token from the CoinBase API here
  • Open a terminal and execute curl -N http://localhost:8080/buy-price -H 'Authorization: Bearer <TOKEN_FROM_COINBASE_HERE>
  • You should see a stream of data showing every second

About

A simple demo showing a stream of dummy data simulating how we would get a stream of data every second when consuming the coinbase API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages