itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

Remove outdated/confusing server code #90

Closed rylnd closed 5 years ago

rylnd commented 5 years ago

This repository originally held all of the code necessary to deploy and run an express server serving avatars. As the name implies, this repository has since been pared down to contain only the express middleware itself; any server code contained here is only meant as a convenience for development of the middleware.

In summary: there are code relics that are understandably confusing developers (see #87) and need to be removed. Any remaining server code should be clearly identified as dev-only.