A simple API that will return a key-value pair of randomly generated UUID
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/a-simple-api-that-will-return-a-key-value-pair-of-randomly-generated-uuid_61e88bdc0667f-375x210.jpeg)
A simple API that will return a key-value pair of randomly generated UUID. Key will be a timestamp and value will be UUID. While the server is running, whenever the API is called, it should return all the previous UUIDs ever generated by the API alongside a new UUID.
Live
https://simple-api-v4.herokuapp.com/api
Snapshot
GitHub