Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.28 KB

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/