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

valiafetisov/draw-a-rectangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Draw a rectangle and share it on facebook http://rectangle.conformity.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published