Skip to content

AliceWonderland/Distances-App

Repository files navigation

Distances App

Find the distance between two IPs

This mini React app uses Google's Distance Matrix API to calculate distances between geolocations and FreeGeoIP API to convert IP Addresses to geo coordinates. Vanilla React using State Lifting to manage state.

I chose Webpack Dev Server and Fetch API to try out for this demo.

http://distances.alicechuang.com/

Packages

React

React-Redux (maybe)

Babel

Webpack Dev Server

SASS

Fetch API

Google Distance Matrix API

GraphQL (not implemented) https://api.graphloc.com/graphql

Installation

  • git clone https://github.com/AliceWonderland/Distances-App.git
  • cd to Distances-App
  • npm install
  • npm run start
  • View on http://localhost:9000/

About

React App to calculate distance in time between two IPs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published