Skip to content

Lupleg/ML_Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Country and City API

License

Description

The Country and City API is an open source API that provides information about countries and cities around the world. It allows developers to retrieve data such as country names, capital cities, population, and more.

Features

  • Retrieve a list of all countries
  • Get detailed information about a specific country
  • Search for countries by name or code
  • Get a list of cities within a country
  • Retrieve information about a specific city

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
  2. Install the dependencies:

    npm install
  3. Start the API server:

    npm start

Usage

Get all countries

Releases

No releases published

Packages

No packages published