/gravatr/{email}
returns Gravatar URL
- API is based on Symfony 3 framework.
- friendsofsymfony/rest-bundle - one of the most widely used libraries that simplifies REST API development in Symfony.
- Add email validation in
/gravatr/{email}
and add corresponding test.
- bin/setup - deploys the application.
- bin/start - launches server. If
port
env variable is set, server will start listening on the port specified in this variable. - bin/test - launches tests.