MeteorJs app to fetch data from 2 web sites

Job ID: 31454393

Budget: $30 – $250 AUD

I need a Meteor “https://docs.meteor.com/#/full/” web application that runs on the browser showing a textarea and a button.
User enters an array of comma delimited 20 codes (I will supply) like (abcdef, syhss4, …etc), and click the button. The backend server uses the first code and visits 2 web sites to fetch some data and prints to the server terminal, then waits 5 seconds and takes the second code…etc till all the 20 codes are used to fetch the data from the 2 web sites in sequence (one code at a time). The print out to the terminal should take the form

Code: abcdef
Site1: <data1>
Site 2: <data2>
***************************
Code: syhss4
Site1: <data1>
Site2: <data2>
******************
…etc

till all 20 codes are used, where data1 is supplied by site 1 and data2 is supplied by site 2.
Site 1: https://my.service.nsw.gov.au/MyServiceNSW/index#/rms/freeRegoCheck/details
Site 2: http://www.carhistory.com.au/

Site 1 accepts the code in a textbox labelled “NSW plate number” then a box is ticked “I agree to the Terms and Conditions” then the button “Next” is clicked to fetch the data1 which looks like “VIN/chassis: xxxxxxxxxxxxx0862”

Site 2 accepts the code in a textbox labelled “Enter a Rego or VIN” then a drop-down list is clicked to select the entry “NSW”, then button labelled “Get Report” is clicked, then a new page is opened with the data2 needed which is looks like “VIN: SBM22GCD6MWXXXXXX”

Here are the codes to be entered in the textarea
AQ36TQ,AQF79G,BM57RS,BY91TY,CWJ80X,CHM24D,SEB88N,BK86ZX,BLS97F,CZE49T,BVU36W,CDK46L,CGM11Q,CX27TV,BJ32DR,AW76QZ,BM48DO,EAN64W,CN86HI,CE87RX
Related categories: MeteorJS