1.0.0 • Published 1 year ago
sirasa-news v1.0.0
Sirasa News.
- Author : Kaveesha Sithum
Example
const sirasanews = require('sirasa-news')
async function news() {
const newsdata = await sirasanews();
const output = newsdata.result;
console.log(output);
}
news();
OutPut
{
title: ' 2023 දෙවන පාසල් වාරයේ පළමු අදියර 17 අවසන් ',
dateandtime: '15-08-2023 | 1:11 PM',
image: 'https://cdn.newsfirst.lk/sinhala-uploads/2023/07/9bb89154-education-499643-515527-536200.jpg',
link: 'https://sinhala.newsfirst.lk/2023/8/15/2023-%e0%b7%80%e0%b6%bb%e0%b7%8a%e0%b7%82%e0%b6%ba%e0%b7%9a-%e0%b6%af%e0%b7%99%e0%b7%80%e0%b6%b1-%e0%b6%b4%e0%b7%8f%e0%b7%83',
description: 'COLOMBO (News 1st) - 2023 වර්ෂයේ දෙවන පාසල් වාරයේ පළමු අදියර මේ මස 17 වැනි දා අවසන
් බව අධ්යාපන අමාත්යාංශය පවසයි.\n' +
'අධ්යාපන අමාත්යාංශය නිවේදනයක් නිකුත් කරමින් සඳහන් කළේ, දෙවන පාසල් වාරයේ දෙවන අදියර මේ මස 28
වැනි දා ආරම්භ වන බවයි.\n'
}
1.0.0
1 year ago