Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-raghav/addressformexpress
Address submission form which can auto fill location of user by using server-side third party API, Validated on both client and server side
https://github.com/j-raghav/addressformexpress
bootstrap client-side-validation express-validator expressjs javasc jquery mongodb mongoose-js nodejs reverse-geocoding schema-validation server-side-validation
Last synced: about 1 month ago
JSON representation
Address submission form which can auto fill location of user by using server-side third party API, Validated on both client and server side
- Host: GitHub
- URL: https://github.com/j-raghav/addressformexpress
- Owner: J-Raghav
- Created: 2020-06-13T11:54:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T12:59:41.000Z (over 4 years ago)
- Last Synced: 2024-11-12T00:38:34.215Z (3 months ago)
- Topics: bootstrap, client-side-validation, express-validator, expressjs, javasc, jquery, mongodb, mongoose-js, nodejs, reverse-geocoding, schema-validation, server-side-validation
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Address Form
## Routes
- '/' : Home Route contains examples
- '/{ parameter }/address' : List Address from database Route
- '/{ parameter }/address/form' : Fill Address Route
- '/{ parameter }/address' : Post Route for posting address to server
- '/getlocation' : Get city and state by user's coordinates (lat, lng)