srtrain
Version:
Node.js SRT train unofficial SDK
27 lines (24 loc) • 564 B
text/typescript
import _ from 'lodash';
export const SRTStationCode = {
'수서': '0551',
'동탄': '0552',
'평택지제': '0553',
'천안아산': '0502',
'오송': '0297',
'대전': '0010',
'공주': '0514',
'익산': '0030',
'정읍': '0033',
'광주송정': '0036',
'나주': '0037',
'목포': '0041',
'김천구미': '0507',
'서대구': '0506',
'동대구': '0015',
'신경주': '0508',
'울산(통도사)': '0509',
'울산': '0509',
'통도사': '0509',
'부산': '0020',
};
export const SRTStationName = _.invert(SRTStationCode);