Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anandchowdhary/location
- Owner: AnandChowdhary
- Created: 2022-09-24T00:02:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T21:57:03.000Z (7 months ago)
- Last Synced: 2024-05-08T00:18:06.203Z (6 months ago)
- Topics: api, location, location-tracker, serverless, typescript, workers
- Language: TypeScript
- Homepage: https://anandchowdhary.com/location
- Size: 16.9 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)