Create a webservice in Java and deploy it to Heroku (free account)
https://devcenter.heroku.com/articles/getting-started-with-java#introduction
So it responds to this command
curl http://yourherokuapp.com/some-app/some-service
and returns
{
timestamp: 'xxx' <<= some ISO8601 timestamp representing current time in EST TZ
calls: N <== a number representing how many calls to this service. Should increase this number each call
}
Create a pull request and invite me or add me as collaborator or just show me the code in the github project in order to see it.
Happy coding!