Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anandchowdhary/location

📍 Tracking my location in real time
https://github.com/anandchowdhary/location

api location location-tracker serverless typescript workers

Last synced: 14 days ago
JSON representation

📍 Tracking my location in real time

Awesome Lists containing this project

README

        

# 📍 Anand's location

This repository is used to track my (approximate) location in real time using Owntracks.

![City](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=city&query=%24.label&url=https%3A%2F%2Fanandchowdhary.github.io%2Flocation%2Fapi.json)
![Country](https://img.shields.io/badge/dynamic/json?style=for-the-badge&color=brightgreen&label=country&query=%24.country.name&url=https%3A%2F%2Fanandchowdhary.github.io%2Flocation%2Fapi.json)

**Location history on git:** https://github.com/AnandChowdhary/location/commits/main/api.json

| API | Endpoint |
| --------------------------- | ---------------------------------------------------------------- |
| Current location | https://anandchowdhary.github.io/location/api.json |
| Full (raw) location history | https://anandchowdhary.github.io/location/history-full.json |
| Normalized location history | https://anandchowdhary.github.io/location/history.json |
| Unique locations | https://anandchowdhary.github.io/location/history-unique.json |
| Unique countries | https://anandchowdhary.github.io/location/history-countries.json |

## 📄 License

[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)