An open API service indexing awesome lists of open source software.

https://github.com/nyakotey/call_codes

Dial Codes Lookup
https://github.com/nyakotey/call_codes

countrycodes dialing-codes vanilla webapp

Last synced: about 2 months ago
JSON representation

Dial Codes Lookup

Awesome Lists containing this project

README

        

## Call Codes Checker

[![Netlify Status](https://api.netlify.com/api/v1/badges/926b5b27-8d38-439a-a865-f0a4f3b22fa9/deploy-status)](https://app.netlify.com/sites/callcodes/deploys)

Call Codes Checker is a web app that retrieves country information based on it's international dialing code

Built with Vanilla JavaScript, HTML and CSS

It's live on [callcodes.netlify.app](https://callcodes.netlify.app/) :rocket:

Feature branches in this repo can be accessed via `branchName`--callcodes.netlify.app`


### Format

Enter the `int'l dial prefix`, full number is not required.

E.g. `+233` -> Ghana, `+44` -> United Kingdom

North America (US and Canada) area codes are also supported.

E.g. `+1-705` -> Winnipeg, Canada


### Credits

[Countries Json](https://gist.github.com/kcak11/4a2f22fb8422342b3b3daa7a1965f4e4)

[RestCountries API](restCountries.com)

[North America Area Codes](https://countrycode.org/)

[World Map Svg Background](https://bgjar.com/world-map)