This is a simple little web app to allow users to input the name of a city, and it generates a meme for them showing much money their town would receive under Andrew Yang's Freedom Dividend.
- A web server running PHP 7.0 or newer, with the
curl
module installed. - An account with zenserp if you want the Google Search results to work.
- If you want the screenshot function to work, install Puppeteer.
- Puppeteer has plenty of its own dependencies, including node and chromium, and some
x
drivers for headless systems.
- Puppeteer has plenty of its own dependencies, including node and chromium, and some
- Clone the repository
- Rename
config_sample.php
toconfig.php
and update the settings inside - If you want screenshots to work, run
npm i puppeteer
- Run
index.php
in a web browser.
This project is in active development as of January 2020. If you have any questions, feel free to open a new issue and I'll do my best to respond.