2.1.1 • Published 3 months ago

country-search v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Contributors Forks Stargazers Issues MIT License LinkedIn

Getting Started

This is an example docs showing how you can search along countries with a single keyword !!

Installation

## npm
npm install country-search

## yarn
yarn add country-search

Usage

This is a basic example of search function

import { search } from 'country-search';

const result = search('spain');
console.log(result); // you will get first few countries related to keyword

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Your Name - @biricik_js - borabiriciksoftware@gmail.com

Project Link: https://github.com/borabiricik/country-search

1.5.1

3 months ago

1.4.2

3 months ago

1.5.0

3 months ago

2.1.1

3 months ago

2.1.0

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.4.1

3 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago