Skip to content

A tool to create a visual representation how accounts are following each other on Instagram.

License

Notifications You must be signed in to change notification settings

hfxbse/dhbw-web2

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

421b92c · May 14, 2024

History

12 Commits
Mar 25, 2024
May 14, 2024
May 14, 2024
May 14, 2024
May 14, 2024
May 14, 2024
May 14, 2024
Mar 28, 2024
May 14, 2024
May 14, 2024

Repository files navigation

Getting started

Install Node.js on your system. Then install the project dependencies via

npm install

To compile and run the program use

npm run cli

Tests are written with Jest. Run them via

npm run test

If you want to an IDE like Webstorm to run them, make sure to enable ECMAScript Module support by setting --experimental-vm-modules.