Skip to content

Get Country Names, Telephone codes and Acronyms. Built with Node.js, Express & Fuse.js. Data scraped with Python

License

Notifications You must be signed in to change notification settings

d3vkk/transcountriesapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransCountries API

TransCountries API Logo

Get Country names, Telephone codes and Acronyms. Built with Node.js, Express & Fuse.js. Data scraped with Python

Methods

Country Name Search

URL

https://transcountriesapi.herokuapp.com/name?name=Trinidad

Response

{
  "found": true,
  "message": "Country found",
  "country": {
    "name": "Trinidad and Tobago",
    "tel": "1-868",
    "acronym": "TT / TTO"
  }
}

Country Tel Search

URL

https://transcountriesapi.herokuapp.com/tel?tel=354

Response

{
  "found": true,
  "message": "Country found",
  "country": {
    "name": "Iceland",
    "tel": "354",
    "acronym": "IS / ISL"
  }
}

Contribution

To contribute, use this guide

Usage

Star this repo for future reference

Open in browser-based Visual Studio Code

Fork or clone this repo

git clone https://github.com/d3vkk/transcountries-api.git

© 2020-present Donald K • Under MIT License

About

Get Country Names, Telephone codes and Acronyms. Built with Node.js, Express & Fuse.js. Data scraped with Python

Topics

Resources

License

Stars

Watchers

Forks

Packages