Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var railway = require('railway-api')
  2.  
  3. railway.checkPnr('<10 digit pnr>', function (err, res) {})
  4.  
  5. railway.stationCode('<station name>', function (err, res) {})
  6.  
  7. railway.stationName('<station code>', function (err, res) {})
Add Comment
Please, Sign In to add comment