text-to-gif

A Nodejs application to convert Texts to Gif Images using EJS templating.

Stars
1
Committers
1

Text to Gif is built with JavaScript

An application that gives you a variety of gif images that can be used for differnt purposes, just by enetering a text. The application is built on Nodejs and Express.

To setup the application locally, take the following steps

  1. Fork the repo
  2. Clone the forked repo
  3. cd into the project folder and run
    npm install
    This will install all the needed packages and dependencies the app needs to work.
  4. Start your server using
    node server.js
  5. Open your browser
    We have 2 routes
    localhost:3000/gif
    ``` localhost:3000/message ````