Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Server that generates insight images

License

Notifications You must be signed in to change notification settings

flatten-official/flatten-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatten Images

Project to dynamically generate images based off of our data.

Setting up

You will need NodeJS. Once this is installed, run npm install from the root directory.

To run the server, use node src/index.js, and navigate to the URL that it gives you. The server is currently set up so we can serve the images directly to your browser for testing, but this will be moved so that they push to a cloud storage bucket.

Architecture

The current plan is to run this project as a Google App Engine instance that periodically pushes to a cloud storage bucket after being triggered by a cron trigger.

We are going for an end product somewhat similar to this mockup:

image of mockup

About

Server that generates insight images

Resources

License

Stars

Watchers

Forks