This app uses Node.js, Express, and lowdb on the backend and React, Next, and Recharts on the frontend.
You can edit the URL for your own twitter and instargram urls in backend/scraper.js
- Run
yarn devfrom the backend directory This kicks off a cron job that runs every 30 minutes and saves the results todb.json.
The data can be viewed at http://localhost:8444/data
- Run
yarn devfrom the frontend directory - Visit http://localhost:3000/ to view the application
- Styling
- Deploy to Digital Ocean