Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 929 Bytes

readme.md

File metadata and controls

44 lines (29 loc) · 929 Bytes

Draw a rectangle

The simplest thing you can share on facebook.

Small node.js app which let users draw one rectangle and share it on facebook.

application screenshot

Development

To run the app locally:

  1. 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"
    }
  2. Install graphicsmagick

    brew install graphicsmagick // mac os
    apt-get install graphicsmagick // ubuntu
    
  3. Install dependencies and run the app

    npm i && npm start
    

Credits

Mikhail Maximov and Valia Fetisov

License MIT