https://github.com/servrox/soap-geolocation
Geocoding application with a SOAP interfaces and an angular app for testing.
https://github.com/servrox/soap-geolocation
Last synced: 9 months ago
JSON representation
Geocoding application with a SOAP interfaces and an angular app for testing.
- Host: GitHub
- URL: https://github.com/servrox/soap-geolocation
- Owner: servrox
- Created: 2019-08-02T05:36:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:20:49.000Z (over 3 years ago)
- Last Synced: 2025-05-30T23:27:33.409Z (11 months ago)
- Language: TypeScript
- Size: 550 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Geocode Application
Geocoding application with a SOAP interfaces and an angular app for testing.
## Local Dev Setup
```
git clone https://github.com/servrox/soap-geolocation.git
cd soap-geolocation
npm run inst
npm run dev
```
```
UI: http://localhost:4200
Soap Service: http://localhost:8000/wsdl?wsdl
```
## Built With
- [Angular CLI](https://github.com/angular/angular-cli) - version 8.2.0
- [ngx-soap](https://github.com/lula/ngx-soap) - version 0.6.0
- [express](https://expressjs.com/) - version 4.17.1
- [soap](https://github.com/vpulim/node-soap) - version 0.29.0
- [opencage-api-client](https://github.com/tsamaya/opencage-api-client) - version 0.5.0
## Authors
- **Marcel Mayer**