Skip to content

A social media image decorator for Lessig 2016

License

Notifications You must be signed in to change notification settings

furf/lessigram

 
 

Repository files navigation

Lessigram

Assignment

Build a Facebook/Twitter integration to allow a user to add the Lessig flag icon, Lessig's glasses or text to their avatar.

  1. User can auth with Facebook or Twitter
  2. User can upload or sideload images
  3. User can choose a variety of dimensions, including:
  • Profile avatar (square)
  • Facebook cover (851:315)
  • Twitter cover (2500:500)
  • LinkedIn cover (1400:425)
  1. User can position "stickers" on photo:
  • Move
  • Scale
  • Rotate
  • Delete
  1. User can choose from a variety of stickers, including:
  • Larry's Glasses
  • Lessig2016 flag logo
  • "Feel the Nerd" (multiple lock-ups)
  1. User can share the result image on social media
  2. User can directly set their profile avatar or cover photo directly

Bonus points:

  • A mobile app with camera integration
  • A portal site for viewing/liking/sharing avatars

Inspiration:

Example 1 Example 2 Example 3 Example 4

Installation

  1. Clone the repository.

    git clone https://github.com/Lessig2016/lessigram.git
    
  2. Open the application directory.

    cd lessigram
    
  3. Install dependencies.

    npm i
    

Getting Started

  1. Initialize the build and start the server.

    npm start
    
  2. Navigate to http://localhost:8440.

  3. Open the application directory in your text editor and start hacking democracy!

Known issue: build errors currently require a restart of the server. Fix in progress.

Code of Conduct

The Lessig Equal Citizens Exploratory Committee is committed to fostering an open and inclusive community where engaged, dedicated volunteers can build the strategy and tools necessary to fix our country's democracy. All members of the community are expected to behave with civility, speak honestly and treat one another respectfully.

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

This reference as well as the included copy of the Code of Conduct shall be included in all forks and distributions of this repository.

Legal

The Lessig campaign is not responsible for the content posted to this repository, or for actions taken or liabilities incurred by one or more group members.

You may not post content to the repository that you do not own, and by posting content you consent to its use by others, including the campaign.

You are responsible for your compliance with federal campaign finance laws. You may not, for example, volunteer for the campaign if you are being paid by someone else to do so, or volunteer while at work unless it is limited to a few hours per month and your volunteering doesn’t create additional costs for your employer.

The campaign may remove any offensive, abusive, attacking, or discriminatory content, as well as any content that may otherwise violate our Terms of Service.

Copyright and License

Copyright 2015 Lessig Equal Citizens Exploratory Committee. This project is released under GNU Affero General Public License, version 3.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A social media image decorator for Lessig 2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.5%
  • CSS 25.4%
  • HTML 3.1%