6.0.0 β€’ Published 3 years ago

metrostations v6.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Metro Stations

JSONs of metro stations and lines.

Stations is an array of objects with information about stations.

Fields in the next table exist in every stations' json.

FieldsValueMeaning
idNumberID of the station
intl_nameStringName of the station in English

Fields in the next table exist only in some stations' json.

FieldsValueMeaning
local_nameStringLocal name of the station
geo_latStringLatitude position
geo_lonStringLongitude position
gradeUnderground | Elevated | At-gradeStation's grade
platform_typeStringPlatform type
lineTransfersArray\Array with lines' IDs with which the station has the intersection
stationTransfersArray\Array with stations' IDs with which the station has the intersection
lineNumberID of the line which the station belongs to
linesArrayArray with linnes's IDs which the station belongs to

Lines is an array of objects with information about lines.

Fields in the next table exist in every lines' json.

FieldsValueMeaning
local_nameStringLocal name of the line
intl_nameStringName of the line in English
colorStringLine's color
idNumberID of the line

Fields in the next table exist only in some lines' json

FieldsValueMeaning
signStringSome additional identifier of the line
lineTransfersArray\Array with lines' IDs with which the line has intersections

npm i metrostations

import {Moscow} from 'metrostations' const MoscowStations = Moscow.stations const MoscowLines = Moscow.lines // your code goes here... πŸš‡

Nobody yet...

6.0.0

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.1.8

3 years ago

4.1.7

3 years ago

4.1.4

3 years ago

4.1.3

3 years ago

4.0.4

3 years ago

4.1.6

3 years ago

4.1.5

3 years ago

4.0.6

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.1.2

3 years ago

4.0.3

3 years ago

4.1.1

3 years ago

4.0.2

3 years ago

2.2.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago