Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osumgbachiamaka/text-to-gif

A Nodejs application to convert Texts to Gif Images using EJS templating.
https://github.com/osumgbachiamaka/text-to-gif

ejs-express ejs-templating expressjs gif nodejs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 ````