Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)