Skip to content

Latest commit

 

History

History
executable file
·
34 lines (31 loc) · 1.54 KB

README.MD

File metadata and controls

executable file
·
34 lines (31 loc) · 1.54 KB

Url2Gif

alt text contributions welcome Build Status Node version alt text

The newest link sharing culture. Type your url, take your GIF which is created from url's screenshots

Input and Output

Installation

npm install // Download required packages

Getting Started

npm start   // start your app
//or "nodemon app"
  • Open in browser : localhost:3000/
  • Type url , get your gif!

Getting Involved

- Say hi & ask questions on Twitter(https://twitter.com/hibestil) or (http://www.hibestil.com) !
- Report bugs by posting a description, full stack trace, and all relevant code in a GitHub issue.
- Start hacking my code.

Todo List

  • DO : Make efficient gif creator function
  • ADD : Add easy share buttons after the created GIF
  • FIX : If user created a GIF ,a function does not ends. Find and fix it. [FIXED by @tahtaciburak]