TheThingsArchive / node-app-sdk

The Things Network Application SDK for Node.JS
https://www.thethingsnetwork.org/docs/node-js/
MIT License
41 stars 28 forks source link

Add map of valid regions and validate them #55

Closed romeovs closed 7 years ago

romeovs commented 7 years ago

Validates regions based on a preset map of valid regions and exposes these regions so users don't have to use magic strings.

Client.regions['us-west'] is more sensible than 'us-west'.