This project uses the Aylien API to pull information from the API and generate it into the webpage provided. Service worker Js will keep it up and running
To setup the project please follow the following steps
- Download the github repo and its contents
cd
into your new folder and run:npm install
- Once in the Aylien API make a process.env file and include the following info: API_ID=************************** API_KEY=**************************
- run 'npm start'