<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-15T12:21:37.821Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match NZWA 39/1 (5.3) vs SLWA
197/9 (Jess Watkin 8(3) Kate Anderson 9(15)) | Sri Lanka A Women vs New Zealand A Women, 2nd Unofficial ODI, New Zealand A Women tour of Sri Lanka, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NZWA 39/1 (5.3) vs SLWA
197/9 (Jess Watkin 8(3) Kate Anderson 9(15)) | Sri Lanka A Women vs New Zealand A Women, 2nd Unofficial ODI, New Zealand A Women tour of Sri Lanka, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'New Zealand A Women need 84 runs in 87 balls - 2nd innings reduced to 20 overs due to rain, DLS target 123';
let live_score =
'39-1(5.3)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jess Watkin';
let score =
'8';
let fours =
'0';
let sixes =
'1';
}
// Bowler details
let bowler = {
let name =
'Tharuka Shehani';
let overs =
'0.3';
let runs =
'8';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'9(4)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'7.09';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Tharuka Shehani to Kate Anderson, 1 run
</p>
<p>
Tharuka Shehani to Jess Watkin, 1 run
</p>
<p>
Tharuka Shehani to Jess Watkin, SIX
</p>
<p>
View all overs
</p>
<p>
Rashmika Sewwandi to Jess Watkin, 1 run
</p>
<p>
Rashmika Sewwandi to Bella James, out Caught by (sub)Sachini Nisansala!! Bella James c (sub)Sachini Nisansala b Rashmika Sewwandi 20(15) [4s-3]
</p>
<p>
Rashmika Sewwandi to Bella James, FOUR
</p>
<p>
Rashmika Sewwandi to Kate Anderson, 1 run
</p>
<p>
Rashmika Sewwandi to Bella James, 1 run
</p>
<p>
Rashmika Sewwandi to Kate Anderson, 1 run
</p>
<p>
View all overs
</p>
<p>
Dewmi Vihanga to Kate Anderson, byes, 1 run
</p>
<p>
Dewmi Vihanga to Bella James, 1 run
</p>
<p>
Dewmi Vihanga to Bella James, no run
</p>
<p>
Dewmi Vihanga to Bella James, no run
</p>
<p>
Dewmi Vihanga to Bella James, FOUR
</p>
<p>
Dewmi Vihanga to Bella James, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->