Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

About

API that adds each of the times sent in an array.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages