app for scraping twitch.tv profile using RoR and ReactJS
Install the dependencies and devDependencies and start the server.
Require chrome driver for Watir gem browser access:
$ sudo apt-get install chromium-chromedriver
$ sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriverRequire xvfb for Headless gem:
sudo apt-get install xvfbTwitchScrape uses Rails as backend and ReactJS as frontend. Open your favorite Terminal and run these commands.
First Tab /twitchscrape:
$ rails s -p 3001Second Tab /twitchscrape/client:
$ npm start