Skip to content

Commit 1388054

Browse files
committed
dev script added with type-node
1 parent 38033aa commit 1388054

File tree

6 files changed

+2175
-49
lines changed

6 files changed

+2175
-49
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# World Data Package
1+
# Worldpedia
2+
3+
> “Worldpedia” is javascript library that will give you access to data of Continents, Subregions, Country, States & Cities
4+
5+
Get a list of countries of specific continents, get a list of states of countries, get a list of cities of states, countries belonging to specific subregion.
6+
7+
# Install
8+
9+
`npm i worldpedia`
10+
11+
# Available modules
12+
13+
1. Continent
14+
2. Subregion
15+
3. Country
16+
4. State
17+
5. City

nodemon.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"watch": ["src"],
3+
"ext": ".ts,.js",
4+
"ignore": [],
5+
"exec": "ts-node ./src/index.ts"
6+
}

0 commit comments

Comments
 (0)