we deployed traccar server in our aws account, and added one gps tracker to it , now we can see the tracker location in the traccar dashboard. But , we made our website , we want to show the location of the gps tracker in our website. so, we need an api , so that we will call that api in our website and will show the location of tracker( using the gps tracker location co-ordinates ). How to get that api ?
Over 100 requests comes at a same time, would it raise any trouble.. ?
( I mean, the website is accessed by over 100 members , i.e., 100 api calls at a time )
we deployed traccar server in our aws account, and added one gps tracker to it , now we can see the tracker location in the traccar dashboard. But , we made our website , we want to show the location of the gps tracker in our website. so, we need an api , so that we will call that api in our website and will show the location of tracker( using the gps tracker location co-ordinates ). How to get that api ?