-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.
- Copy the function in
/particle-cloud-function/lightRing.ino
to your Particle Web Editor git clone https://github.com/KhoiUna/particle-cryptodisco.git
cd client
->npm i
->npm start
to serve front-endcd server
->npm i
->node app
to serve back-end