https://github.com/timtech4u/place-finder
A Simple & Searchable List of Interesting Places (Hospitals, Schools, Police Stations...)
https://github.com/timtech4u/place-finder
Last synced: 4 months ago
JSON representation
A Simple & Searchable List of Interesting Places (Hospitals, Schools, Police Stations...)
- Host: GitHub
- URL: https://github.com/timtech4u/place-finder
- Owner: Timtech4u
- Created: 2018-10-23T11:03:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T11:05:27.000Z (over 7 years ago)
- Last Synced: 2025-02-28T02:04:00.271Z (over 1 year ago)
- Language: Vue
- Homepage: http://place-finder.surge.sh
- Size: 356 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Place Finder
- A Simple & Searchable List of Interesting Places (Hospitals, Schools, Police Stations...)
## Project setup
- Rename `src/components/secretURL.js.sample` to `src/components/secretURL.js` containing GEOServer's URL
- Replace `` with your GEOServer's Endpoint
- Ensure you have response returned as JSON e.g.: `outputFormat=application%2Fjson`
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
## Deployed to: https://place-finder.surge.sh