Skip to content

KhoiUna/particle-cryptodisco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

READ THIS

Introduction

-This is a project using CoinCapAPI and Particle along with its Particle's API.

-Follow the instructions below to have a Web GUI (demo here) built with React that sends HTTP request to Particle Cloud function that is connected to your Particle devices.

-Tools used in this project: Argon Starter Kit and RGB LED Ring.

Instructions

  1. Copy the function in /particle-cloud-function/lightRing.ino to your Particle Web Editor
  2. git clone https://github.com/KhoiUna/particle-cryptodisco.git
  3. cd client -> npm i -> npm start to serve front-end
  4. cd server -> npm i -> node app to serve back-end