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.
- Create businesses
- Create 1 business
- Update businesses
- Fetch added businesses
- Get Analytics of businesses
- Delete businesses
- Create chain
- Update bulk chain info
- 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)