You too can include the next prime number on your webpage! This is how you do it.
All of the endpoints here return the same structure. You'll get back a JSON structure with the following keys.
Send a request to http://sigma-crow-364.appspot.com/prime
with the following parameters:
When this application launches, or maybe just every once in a while, it starts marching through the infinite list of prime numbers. This makes you part of the march. Hit this endpoint and you'll get the next prime number in the series.
Send a request to http://sigma-crow-364.appspot.com/nextprime
with no parameters to get the next in the list.