digitalpbk / stranger-ipsum

A lorem ipsum generator that uses quotes from Stranger Things.

Home Page:http://stranger-ipsum.robertcooper.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stranger Ipsum

Built a lorem ipsum generator that spits out Stranger Things quotes. It's built with Node and Express. You're able to select the number of paragraphs you'd like to generate and there is also a button that allows you to easily copy all the generated text.

Stranger Ipsum Screenshot

Running the App Locally

Begin by running app.js in your terminal with the command node app.js and then access the application in your browser at localhost:3000.

Heroku App Deployment

In order to update the live application on Heroku, the command git push heroku master must be executed inside of the project folder.

Credits

About

A lorem ipsum generator that uses quotes from Stranger Things.

http://stranger-ipsum.robertcooper.me

License:MIT License


Languages

Language:JavaScript 50.4%Language:HTML 26.4%Language:CSS 23.2%