Skip to content

FranP-code/API-Times-Adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Times Adder

With this API you can add each of the times introduced in the array sended.

How I use the API?

You have to do a POST request to this link: https://api-times-adder.up.railway.app/api/v1

The body must have this structure:

{
    "data": ["4:20:01", "6:16", "69", "x", "y", "..."]
}

The limit of values in the array are 200.

How are time structures treated?

Are treated as follows:

  • HH:MM:SS
  • MM:SS
  • MM

Releases

No releases published

Packages

No packages published