SShortSingh.
Back to feed

Developer builds free no-signup GPS altitude finder as a Progressive Web App

0
·1 views

A solo developer has launched Zirvə, a free Progressive Web App that displays a user's elevation above sea level without requiring an account, installation, or ads. The app primarily uses the Open-Meteo terrain elevation API for accuracy within 1–3 meters, falling back to the device's raw GPS altitude reading when offline. Because GPS chips measure vertical position far less reliably than horizontal position, the app clearly labels GPS-sourced readings as approximate to avoid misleading users. A service worker enables the app to load from cache when there is no internet connection, making it usable in remote areas such as above the treeline. The developer plans to add an elevation profile for tracked sessions and explore barometric pressure as an additional offline fallback.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How to auto-post daily funding rounds to Slack using a four-node n8n workflow

A developer has shared a lightweight n8n automation that posts newly funded companies to a Slack channel each morning using just four nodes: a Schedule Trigger, a Datahyena data fetch, an optional filter or scoring step, and a Slack posting node. The workflow pulls funding events filtered by stage, amount, geography, and industry, then formats each result into a concise Slack block showing company name, raise amount, location, and investors. A key requirement is tracking a cursor between runs to avoid reposting duplicate companies, which the author warns will cause teams to mute the channel quickly. The author argues Slack delivery outperforms CRM list views because it is ambient, socially visible, and easy to reconfigure without filing IT requests. The same four-node structure can be adapted for other sales signals such as acquisitions or executive leadership changes.

0
ProgrammingDEV Community ·

Five ways to source startup funding data and what each will cost you

Startup funding data comes in five main forms: free press coverage, incumbent databases like Crunchbase and PitchBook, GTM-focused tools like Harmonic, public filings such as SEC EDGAR Form D, and pay-per-pull filtered feeds. Each option involves a trade-off between cost, depth of historical data, and suitability for automation. Incumbent databases suit research and market mapping but can be expensive and slow to automate, while filtered feeds work better for outbound sales pipelines that need fresh, structured data on a schedule. Public filings are free and authoritative but suffer from reporting lags and incomplete coverage. Experts advise testing any source with real filters — not demo queries — to accurately gauge daily data volume and row quality before committing.

0
ProgrammingDEV Community ·

How to Recreate a VHS Effect in the Browser Using CSS, Canvas, or WebGL

Developers can replicate the classic VHS look directly in the browser without video editing software like After Effects. The effect relies on four key visual elements: horizontal tracking lines, chroma shift between color channels, analog grain and noise, and a blocky date stamp. Three implementation approaches are available — Canvas 2D for per-pixel manipulation, CSS filters for a lightweight static look, and WebGL shaders for the most realistic real-time result. A free browser-based tool also exists for those who want the full effect applied quickly without writing any code. Understanding which artifact produces which visual cue allows developers to implement the effect at whatever complexity level their project requires.

0
ProgrammingDEV Community ·

Narrow Your Funding Trigger to Four Dimensions Before Outbound Outreach

Sales teams running outbound campaigns off funding announcements often cast too wide a net, turning a useful signal into an unmanageable firehose of low-quality leads. A more effective approach requires defining the trigger precisely across four dimensions: funding stage, round size, geography, and industry vertical. Round size serves as a rough proxy for spending capacity, while limiting geography to supported regions and narrowing industry to segments with proven references improves conversion odds. Timing also matters significantly, as reaching out within the first day of an announcement consistently outperforms more polished follow-ups sent days later. Three metrics — time from announcement to first touch, reply rate versus baseline, and the share of leads a rep actually works — can reveal whether a trigger is still too broad.

Developer builds free no-signup GPS altitude finder as a Progressive Web App · ShortSingh