A simple image proxy built with Node.js and Express
This is an early POC. I'll write a proper readme once the project is closer to completion.
TODO
- Whitelist by referer
- Configure Winston
- Configure Morgan
- OWASP 10
- Log to AppInsights
- Configurable mime type whitelist / blacklist
- Gitignored local config
- Configure linting via
standard - Configure Jasmine
- Query param validation
- Middlewares
- Consistent API responses
- Swagger
- Code coverage badge
- Write unit tests
- Write readme
- Set keywords
- Refactor