Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/osumgbachiamaka/text-to-gif
- Owner: osumgbachiamaka
- Created: 2019-11-16T09:25:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:41:46.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T07:22:34.826Z (about 2 months ago)
- Topics: ejs-express, ejs-templating, expressjs, gif, nodejs
- Language: CSS
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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 ````