An open API service indexing awesome lists of open source software.

https://github.com/ashish-r/local-search

React application to fetch users location and show him nearby banks, ATM branches, pharmacy's, hospital, airport's, local government office's, train stations and bus stops.
https://github.com/ashish-r/local-search

local-search maps-api react reactjs typescript

Last synced: about 2 months ago
JSON representation

React application to fetch users location and show him nearby banks, ATM branches, pharmacy's, hospital, airport's, local government office's, train stations and bus stops.

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/6f07fdfa-4b90-4053-b0d6-c2d83c2011db/deploy-status)](https://app.netlify.com/sites/local-search-ashish/deploys)
[![DeepScan grade](https://deepscan.io/api/teams/10012/projects/12689/branches/199328/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10012&pid=12689&bid=199328)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ashish-r/local-search/blob/master/LICENSE)

#### PREVIEW: https://local-search-ashish.netlify.app/

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## ENV File

Before running this project add `.env` file inside root directory and in the file add
#### REACT_APP_GOOGLE_API_KEY = "Your_API _KEY"

## Available Scripts

In the project directory, you can run:

### `npm install`

Installs all dependencies in package.json.

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm run test`

Run tests with jest and enzyme. To check coverage report run: `npm test -- --coverage`

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Screenshot

![Home][Home]

[Home]: https://raw.githubusercontent.com/ashish-r/local-search/master/screenshots/screenshothome.png