Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.13 KB

Bing Places Node SDK

A clean, re-usable Node (TypeScript) SDK for Bing Places API. You can think of this as a simple wrapper written on top of the Bing Places API for convenience and integrability with other systems.

Bing Places

Supported APIs

  1. Create businesses
  2. Create 1 business
  3. Update businesses
  4. Fetch added businesses
  5. Get Analytics of businesses
  6. Delete businesses
  7. Create chain
  8. Update bulk chain info

Features

  • Configurable retries. (TODO)
  • Additional endpoints for specific business use-cases (like 'closeBusinesses'). [needs scoping]
  • Monitoring (metrics: like rate limits) [needs scoping]
  • Easy integration with existing Node.js applications.
  • Verbose mode for detailed logging for debugging and auditing. (TODO)
  • Batch processing for bulk operations. (TODO)

References