Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.16 KB

File metadata and controls

24 lines (16 loc) · 1.16 KB

The Phone Endpoint

GitHub code size in bytes GitHub commit activity GitHub top language GitHub contributors

Features

  1. Get Country Code - /country/:country_code/

    • Blah.
  2. Use E164 Formattting for Numbers - /e164/:country/:phone_number/

    • Blah.
  3. Format Using Standard International Style - /format/:country/:phone_number

    • Blah.
  4. Performance

    • The power of the Rust Programming Language enables this module to have sub-millisecond response times. Speed may vary depending on your network connection, but the code itself will never be the performance bottleneck.

Licensing

The code is under the Buisness Source License license. See the licensing.md file for more information.