@onthecut/crt-notice-scraper
v2.1.8
Published
Canal and River Trust (CRT) Notice Scraper
Downloads
16
Readme
onthecut / crt-notice-scraper
Canal and River Trust (CRT) Notice Scraper
Install
npm install @onthecut/crt-notice-scraper
API
import {
getNotices,
getNotice
} from '@onthecut/crt-notice-scraper';
// Retreive all notice summaries (CRT Notice Search Results)
const notices = await getNotices()
// Get detailed information on individual notices
const url = 'https://canalrivertrust.org.uk/notices/14494-boston-lock';
const notice = await getNotice(url);
Related
Licence
MIT