Skip to content

Minor utility library (browser-side and server-side) Translate countries RUS to ENG

Notifications You must be signed in to change notification settings

Grij/country-rus-to-eng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

country-rus-to-eng

Minor utility library (browser-side and server-side) Translate countries RUS to ENG

Introduces new global object: Country.

Mapping was taken from Wikipedia (http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)

Library can be used both in browser or on server as NPM module.

npm install country-rus-to-eng How to use:

let country = require('country'); console.log(country['Украина']);//should print Ukraine

About

Minor utility library (browser-side and server-side) Translate countries RUS to ENG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published