seunkoko / coinbaseproducts

Consuming the Coinbase API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Coinbase Products

This app displays coinbase products with their stats.

Note: The coinbase API was use. You can check out the docs.

This application is hosted on heroku. To view, visit https://coinbaseproducts.herokuapp.com/.

Features


  • View all coinbase products (paginated for your convenience).
  • Displays product stats

Authorization:

  • No authorization required.

Technologies Used


  • Bootstrap
  • React
  • Node.js
  • Jest
  • Cypress

Installation


  • Clone the project repository.
  • Run the command below to clone:

git clone https://github.com/seunkoko/coinbaseproducts.git.

  • Change directory into the coinbaseproducts directory.
  • Install all necessary packages in the package.json file. Depending on if you are using yarn or npm, you can use the command below:

yarn install OR npm install

  • Run the command below to start the application locally:

yarn start

Contributing


  1. Fork this repository to your account.
  2. Clone your repository: git clone https://github.com/seunkoko/coinbaseproducts.git.
  3. Commit your changes: git commit -m "did something".
  4. Push to the remote branch: git push origin new-feature.
  5. Open a pull request.

Licence


ISC

Copyright (c) 2018 Oluwaseun Owonikoko

About

Consuming the Coinbase API


Languages

Language:JavaScript 84.8%Language:CSS 10.7%Language:HTML 4.5%