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
- Host: GitHub
- URL: https://github.com/nyakotey/call_codes
- Owner: nyakotey
- Created: 2022-09-13T12:04:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T19:04:59.000Z (over 2 years ago)
- Last Synced: 2024-05-31T19:25:06.023Z (12 months ago)
- Topics: countrycodes, dialing-codes, vanilla, webapp
- Language: JavaScript
- Homepage: https://callcodes.netlify.app
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Call Codes Checker
[](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 CSSIt'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 KingdomNorth 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)