Skip to content

Node js REST api project using typescript and following the node best practice approach.

Notifications You must be signed in to change notification settings

goldenglorys/search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A forward/reverse geocoding resful api app with Node.js REST API Setup using TypeScript

  • TypeScript with a strict mode. All types have to be explicitly specified. Express. The last version fully supports async/await, so no callback and no explicit promises in our routes/controllers.
  • PM2 — process manager for node.js apps, it includes clustering, load balancing, simple terminal monitoring, and log management.

OpenCageData

OpenCage Geocoder

An API to convert coordinates to and from places

Use Cases

  • Fleet Teaking: Know where your vehicles are
  • Data Enrichment: Convert between coordinates and addresses
  • Logistics: Know where your delivery is
  • Classifieds: Geocoding for classifieds listing addresses into location information
  • Internet of Things: Turn device coordinates into locations
  • Shared / Micromobility: Know where your vehicles are
  • Academia: Convert addresses into useful data
  • Image Processing: Determine the location of photos like GPS photo cordinates
  • Payment Processing: Convert high volumes of GPS coordinates captured by payment terminals into locations

About

Node js REST api project using typescript and following the node best practice approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published