Skip to content

Using APIs provided by FCC and OSM (Nominatim) and React, return info about ISPs who provide service at an address

Notifications You must be signed in to change notification settings

Sparrow1029/isp-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISP Locator

List ISPs that offer service at a geographic location

Based on data provided by the FCC, made available through a public API.

Uses Nominatim API to perform geocoding on address searches.

Currently you may have to try various levels of specificity in searches...

Example:

123 Fake St, Wallawalla WA

may not return any results, while

123 Fake St, Washington

might return something...

npm start should start the dev server at https://localhost:3000

you can add a file called .env or .env.development.local with the line BROWSER=none in order to keep the browser from automatically opening a window when you start the server.

TODOs:

  • Connect FCC API and Nominatim search API

  • Create basic search functionality with async requests

  • Add filter functionality for Business vs Consumer, Mbps vs MBps, etc

  • Integrate Leaflet with Mapbox/OSM to Add interactive map for selecting area

  • Reformat and move search results into floating interactive / side nav div

  • (One day) Use bounding box data to create geojson representation of ISP area coverage

About

Using APIs provided by FCC and OSM (Nominatim) and React, return info about ISPs who provide service at an address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published