nowfound

Alternatives

Products that do what Please review http://GetLocalNe.ws does

Originally begun as a sort of 'weekend' project, it has been a bit of a struggle, but finally I think we've brought it to a state where I can request reviews, feedback etc.: http://GetLocalNe.ws Please feel free to report bugs/problems or post feedback/suggestions on any aspect of it. Geolocation accuracy (or inaccuracy) reports will be highly appreciated. Quality of data is being rigorously assessed now, but the current data should be at least reasonably okay. Please let me know otherwise. Work on identifying and integrating XML/RSS feeds from news sources is on now and this will be…

  1. 1AN

    2017 · ipdata.co

  2. 2AW

    For the past few months, I've been working on a website that answers two different questions: - Where in my city have the best travel times to all the things and people I care about? - Given a listing, how far is it from all the things and people I care about? Personally this was fueled by my own frustrations when I was apartment hunting in NYC. I was frustrating to have to juggle so many Google Maps tabs when I was evaluating a listing, and it was also annoying to not have full confidence that I was even searching in the right places. I wanted to be close to work, a Trader Joe's, and a…

    2025 · theretowhere.com

  3. 3ZA
  4. 4NG

    The idea: The idea is to create a news aggregator that geolocates the news, it analyses the news and displays an article on a street/city/region (location in general) if it is mentioned in that article. The website will later give you notifications about what is mentioned in the news nearby. The current situation of the project: For now I have a minimum viable product, I have the website up and running that shows how the news will be displayed on a map. What I am asking: It will be really very nice of you if you can give me feedback, any feedbacks even negative ones are really more…

    2018

  5. 5IM

    Hey! I'm a solo developer having fun learning Go. I have a side hustle and wanted to implement currency localization. I could use existing IP databases, but hosting on serverless is slow. So I built my own. I was surprised how fun it can be to use Go, and it's fast. Thankfully, Go's speed makes up for my dodgy code. Anyway, I'd love to get some feedback on my website/API. After a few weeks of testing and losing money on ads, I'm confident it's very reliable. This isn't a promo. It's basicly free (30k lookups/month), so there's no need to pay. Any advice or tips on how to grow and…

    2024 · ipflare.io

  6. 6IM

    Hi HN, I built a little tool to help me get better at remembering country locations on the map: https://learn-worldmap.netlify.app/ It's made from plain HTML/CSS/JS, and not intended to make any money or anything. Just thought that maybe someone else may enjoy it. Also of course happy about any feedback! Cheerz.

    2023 · learn-worldmap.netlify.app

  7. 7LW

    Hi HN, I made a web game to practice country locations a while ago and HN liked it, so I thought I'd post my updated version as well. As for how the game works and feels, I'd really recommend you checking it out for yourself, it's free, no signup, no ads. The tech stack is Vue + ts + Tailwind/Daisy for the looks. The learning algorithm is a slight modification of the ts version of FSRS. If you have anything to add, it's open source as well (https://github.com/koljapluemer/learn-worldmap), although not well documented yet. In the end it's just a little sideproject,…

    2025 · map.koljapluemer.com

  8. 8
    ZipLocate130

    An API for geolocating zip codes

    2014

  9. 9
    GeoPeeker100

    A tool for viewing sites from different geographic locations

    2015

  10. 10FD
  11. 11

    Build epic geolocation apps

    2014

  12. 12AG

    Put this together this afternoon. I've been after something to quickly jot down the odd piece of information that I can access later in the day when browsing the web. Hopefully you find it useful. Criticism/thoughts/ideas greatly appreciated. I should add, since all the hard work here lies in the work of others here — garlic.js is a great plugin for handling localstorage. Cheers Jason

    2012 · a5.gg

  13. 13SL

    I find myself often texting people, "where are you?" so I wrote this little iPhone app that lets me text them a special link. When they click the link, it uses the HTML5 geolocation API to report their location and shows it on a map. http://whru.at/ It's only as accurate as the HTML5 geolocation API, but I've been finding it pretty useful. What do you think?

    2012

  14. 14

    Location-based social media monitoring

    2014

  15. 15IM

    Hey HN. I made a micro site one recent evening to see upcoming (and recent past) timezone transitions. At my job, we have some timezone specific code where we often see spikes in metrics due to random timezone shifts around the world. Just for fun, I wanted a way to easily see where and what this timezone shift might have been, so built this mini site to do so. Its fully clientside and works by making use of the Internationalization API, so if you need an API for this you're coming to the wrong place, but feel free to yoink the code. Its just one fat index.html file. Served off my VPS via…

    2025 · tz.pert.dev

  16. 16LL
  17. 17GS
  18. 18CS

    I have just launched a project that has been sitting on my hard drive 80% finished for the better part of a year. http://www.chatroulettespy.com It detects your 'anonymous' chat partner's IP address and performs a geolocation lookup on it to show the user the partner's approximate location on a map. I know the Chatroulette fad has peaked a long time ago (when I started this project), but there are still many people using it and its many clones. It was important for me to follow through on this one and not let it die on my hard drive like many projects before. I would appreciate any feedback…

    2011

  19. 19AS

    I figured this might be useful to folks. It's a simple PHP server that requires a single-table database (It's fairly "agnostic," but all my uses are in MySQL). I won't publish any of the servers that I've set up for my apps, because someone is bound to write an application that drives my bandwidth into the stratosphere. I could definitely take it further, but this gives me all I need for my purposes. Here's an app I wrote, that uses it: https://apps.apple.com/us/app/we-are-never-alone/id650482602...

    2025 · github.com

  20. 20IP
  21. 21II
  22. 22JG
  23. 23HM

    I've been building a bunch of US geography tools/games/visualizations and thought folks on HN might like this one. There are also drive-time and bike-time tools available on the same page. For folks interested, all of the data comes from OpenStreetMap and the US Census at the moment - OSM for routing and points interest and the US Census for population data. Anonymous users can use it 5x/day. I put up a waitlist page to gauge interest in a paid version but there's no way for the public to make an account - feel free to bypass the limits in an incognito tab. The site is US-only…

    Jul 2026 · blockatlas.com

  24. 24SF

    I recently developed a JavaScript library that determines what San Francisco neighborhoods and/or districts someone is in. The application is served from Google App Engine so if no one is using the application the server instances are shut down and your first couple queries might be slow. But after a couple instances are spun up it performs quite well. The example application is just an example so it's not very sophisticated or pretty to look at. For the example to work properly it must run on a device that supports the HTML5 geo location API such as an iPhone. If you get chance take a…

    2013

Ranked by how close each launch is in meaning, then by votes. Refine with a description →