TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: We're making our geolocation mapping API public

5 点作者 tlhunter将近 3 年前

1 comment

tlhunter将近 3 年前
Radar Chat is a platform for making custom, interactive maps. These maps can be opened in the Radar Chat mobile app, a web app, and can even be embedded in third party websites via iframe.<p>The HTTP API lets developers create and modify data in a programmatic fashion. After writing over thirty pages of content and polishing the rough edges, we&#x27;re excited to now make the API public!<p>Here&#x27;s an example of what you can do with it: Make a new map, create a bot that polls the USGS earthquake API for new earthquakes, then post earthquake data to that map. That map can then be shared with others. Using the Radar Chat API you can even lookup earthquakes within a certain radius of your home. Here&#x27;s an example endpoint that does just this using the #earthquakes map:<p><a href="https:&#x2F;&#x2F;api.radar.chat&#x2F;v2&#x2F;maps&#x2F;earthquakes&#x2F;posts?lat=37.877&amp;lon=-121.914&amp;type=beacon&amp;timerange=year&amp;radius=10000" rel="nofollow">https:&#x2F;&#x2F;api.radar.chat&#x2F;v2&#x2F;maps&#x2F;earthquakes&#x2F;posts?lat=37.877&amp;...</a><p>We&#x27;d love to hear any feedback you might have on our API, or if you have any ideas on how you&#x27;d use it.