esana-node-api
Advanced tools
Comparing version 1.0.9 to 2.0.0
{ | ||
"name": "esana-node-api", | ||
"version": "1.0.9", | ||
"version": "2.0.0", | ||
"description": "Esana News || Helakuru.lk - එසැණ News - Sisula Welgamage", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ <img align="center" src="https://www.helakuru.lk/assets/images/icon.png" height="100px" width="100px"> | ||
- [x] <b> NEW : esana || එසැණ news media සමඟ ලබාගත හැක.. </b> | ||
- [x] <b> කරුණාකර නවතම එසැණ සංස්කරණය භාවිතා කරන්න (v1.0.8). </b> | ||
- [x] <b> කරුණාකර නවතම එසැණ සංස්කරණය භාවිතා කරන්න (v2.0.0). </b> | ||
- [x] <b> නවතම එසැණ News ලබා ගැනීමට { fetch: 'latest' } භාවිතා කරන්න... මෙය ස්වයංක්රීයව යාවත්කාලීන වීම සිදුවේ. </b> | ||
@@ -76,3 +76,3 @@ - [x] <b> පැරණි එසැණ News සියල්ල ලබා ගැනීමට { fetch: 'all' } භාවිතා කරන්න... </b> | ||
{ | ||
news_id: '93795', | ||
id: '93795', | ||
title: 'මුදල් රාජ්ය ඇමති සහ IMF නියෝජ්ය කළමනාකාර අධ්යක්ෂ අතර හමුවක්', | ||
@@ -82,3 +82,3 @@ thumb: 'https://news.bhashalanka.com/image-library/shehan-okamura.jpg' | ||
{ | ||
news_id: '93794', | ||
id: '93794', | ||
title: 'නාවලපිටියේ පොහොට්ටුවේ රැළියක් අතරතුර ඊට විරෝධතාවය දැක්වූ පිරිසක් අත්අඩංගුවට', | ||
@@ -88,3 +88,3 @@ thumb: 'https://news.bhashalanka.com/image-library/nawalapitiya-protest.jpg' | ||
{ | ||
news_id: '93790', | ||
id: '93790', | ||
title: 'නැමීබියාවට ලකුණු 55 ක ජයක්', | ||
@@ -94,3 +94,3 @@ thumb: 'https://news.bhashalanka.com/image-library/sl-vs-nambia.jpg' | ||
{ | ||
news_id: '93786', | ||
id: '93786', | ||
title: 'ශ්රී ලංකාවට ලකුණු 164 ක ඉලක්කයක්', | ||
@@ -100,3 +100,3 @@ thumb: 'https://news.bhashalanka.com/image-library/sl-vs-nambia.jpg' | ||
{ | ||
news_id: '93785', | ||
id: '93785', | ||
title: 'අයහපත් කාලගුණයෙන් පුද්ගලයින් 55,000 ක් පමණ පීඩාවට පත්වෙයි', | ||
@@ -106,3 +106,3 @@ thumb: 'https://news.bhashalanka.com/image-library/kelani-river-flood.jpg' | ||
{ | ||
news_id: '93784', | ||
id: '93784', | ||
title: 'කාසියේ වාසිය ශ්රී ලංකාවට', | ||
@@ -112,3 +112,3 @@ thumb: 'https://news.bhashalanka.com/image-library/sl-vs-nambia.jpg' | ||
{ | ||
news_id: '93782', | ||
id: '93782', | ||
title: 'T20 ලෝක කුසලානය අරඹමින් ශ්රී ලංකාව සහ නැමීබියාව අද තරඟ බිමට', | ||
@@ -127,3 +127,3 @@ thumb: 'https://news.bhashalanka.com/image-library/sl-vs-nambia.jpg' | ||
const latest_news = await esana_scrape_from_id( { id: news_id , passcode: 'your_passcode'}} ) // example {id: '93782'} | ||
const latest_news = await esana_scrape_from_id( { id: news_id , passcode: 'your_passcode'}) // example {id: '93782'} | ||
console.log(latest_news) | ||
@@ -130,0 +130,0 @@ ``` |
245259