Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 494 Bytes

Instagram DM Analyzer

Objective

Be able to upload a simple IG DM JSON file and get metrics about the conversations

This app requires not database connection and is currently stored in an S3 bucket serving the webpage. The site makes no external requests and on refresh will clear the uploaded data.

Build using Material UI components.

Installation

Development Clone Repo npm install npm start

Release npm run build Deploy dist folder contents as you usually would.