Skip to content

asaf6024/Find-ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find my ATM

A simple React app that displays a Map included ATMs markers of a chosen city.

Using several API sources:

  • react-places-autocomplete
  • Geocoding API
  • data.gov.il: ATMs

findATM

Getting started

Sign up and get to following API key:

Fork the project and clone it locally.
Create a file at the root of the project called .env with the following contents:

REACT_APP_GOOGLE_KEY = 'The API key you obtained from Geocoding API'

In the project directory, you can run:

npm start

Runs the app in the development mode.
Press + and paste:

chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security

Click Enter and Open http://localhost:3000 to view it in the browser.