The simplest thing you can share on facebook.
Small node.js app which let users draw one rectangle and share it on facebook.
To run the app locally:
-
Create
settings.json
file in the project root (optional){ "port": 6200, "indexPageTitle": "Draw a rectangle", "sharePageTitle": "My rectangle", "pageDescription": "", "publicUrl": "http://yourpublicurl.com", "gaClientId": "your_google_ua_id_here" }
-
Install graphicsmagick
brew install graphicsmagick // mac os apt-get install graphicsmagick // ubuntu
-
Install dependencies and run the app
npm i && npm start
Mikhail Maximov and Valia Fetisov