Skip to content

Simple app to give you a random movie quote usable in a commit message

Notifications You must be signed in to change notification settings

davidstanley01/MovieCommit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Commit

Build Status

This is a simple website to give you a random movie quote, suitable for git commit message. There are two routes - / and /clean, each has the option of a permalink. The default route gives you a nice, pretty UI with a movie quote. The /clean route will give you just the quote - nothing else.

Contributing

I need help adding movies and quotes.

If you would like to help out, fork this repo. Edit the src/config/config.php file by adding movie titles to the 'movies' array key. Then, create a text file (use .txt extension) within the src/MovieCommit/data directory. The name of the file and the name used in the config array should be the same (no spaces, etc).

The first line should be the full title of the move. Put each quote on a separate line after that.

Once you've added your stuff, send a PR and I'll merge it.

About

Simple app to give you a random movie quote usable in a commit message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages