Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.02 KB

File metadata and controls

26 lines (20 loc) · 1.02 KB

This is the repo for our mchacks project.

It is based on the hackathon starter project found here: https://github.com/sahat/hackathon-starter, but we will also be using other stuff like GoAngular.

##Idea So what is the idea? A pasting and code editting site.

  • Drag and drop files to the page
  • First time, creates a link for you to share with people
  • Chat to talk while you look at code
  • link to files and code lines
  • able to edit files simultaniously with friends (like google docs)

The problem: it is hard to share and discuss code online Available ways to do it:

  • Github gists -> can't chat, can't comment on specific lines
  • Google docs -> terrible for code, very convulated sharing
  • Pastebin -> just simple text

All of these solutions make it impossible to, for example, post your code for a programming solution on facebook (link it to the challenges for interview group)

Other cool things would be:

  • Use Sendgrid to share code by emails
  • Use Twilio to share code by texts
  • Use digitalOcean API to control your server