Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michael-spengler/countries

🦕 module which provides information about countries on earth + mars
https://github.com/michael-spengler/countries

geography

Last synced: 26 days ago
JSON representation

🦕 module which provides information about countries on earth + mars

Awesome Lists containing this project

README

        

[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/countries)

# Countries Module
## Usage example for your code

```typescript

import { CountryInfoProvider } from "https://deno.land/x/countries/infoprovider.ts"

const countryCode = CountryInfoProvider.getCountryCodeFromCountryName('Germany')
// 'DE'

const countryName = CountryInfoProvider.getCountryNameFromCountryCode('DE')
// 'Germany'

const country = CountryInfoProvider.getCountryFromName('Swaziland')
/* {
* countryCode: "SZ",
* countryName: "Eswatini",
* alpha3Code: "SWZ",
* numericCode: "748",
* alternativeNames: [ "Swaziland" ]
* }
*/

const country2 = CountryInfoProvider.getCountryFromCode(188)
/* {
* countryCode: "CR",
* countryName: "Costa Rica",
* alpha3Code: "CRI",
* numericCode: "188"
* }
*/

const country3 = CountryInfoProvider.getCountryFromName('thiscountrydoesnotexist')
// undefined

```

## Test it via command line
```
deno run --allow-net --allow-read https://deno.land/x/countries/test-it.ts

```
## Country Flags
If you can't access the flag images via the raw files (e.g. https://github.com/michael-spengler/countries/blob/master/flags/ru.svg), you can e.g. use the country flag server by:
```
deno run --allow-net --allow-read --reload https://deno.land/x/countries/server.ts
```

or e.g. via pm2 accordingly.

This will serve the flags e.g. at:

http://localhost:8025?countryCode=it
http://localhost:8025?countryCode=de
...

## Donations
Thanks to [Freedom Cash](https://FreedomCash.org), we are already free.
If you want to donate, you might consider donating to the [otherparty.co.uk](https://www.otherparty.co.uk/donate-crypto-the-other-party) to ensure people do not need to donate to victims but rather donate successfully to problem solvers.

![direct-democracy](https://github.com/michael-spengler/sleep/assets/145258627/fe97b7da-62b4-4cf6-9be0-7b03b2f3095a)