/meme-generator

Meme-generator consuming the ImgFlip's API to generate memes with customs texts

Primary LanguageJavaScript

cms-users-admin

Meme-generator consuming the ImgFlip's API for generate memes with custom texts

Dependencies

It's necessary before to run the project create a new file named it src/secrets.js which will contain the credentials for generate "new memes", inside the file the variables which need to be are:

---
const username = 'imgflip-username';
const password = 'imgflip-password';

export { username, password };

Run Instructions

---
$ npm install
$ npm start