This is to help make EHC's posters more consistent, it generates an SVG which has a graph for a poster to fit the size of a page.
To make EHC posters more consistent across campus.
Do a GET request that looks like this:
http://127.0.0.1:3000/?title=asd&location=JEC01234&time=1234&event_date=1234&takedown=1234&description=awesome+story+workshop&template=poster
Navigate to http://127.0.0.1:3000/
.
This is a node.js project, so make sure you have node installed.
npm install
npm start
uh, docker
docker run --net host --rm -v $(pwd):/usr/src/app -it node bash -c "cd /usr/src/app && npm install && npm start"
- Make more poster templates
- Make client side only so a server isn't needed (we could directly host from github).