2.1.8 • Published 1 year ago

@onthecut/crt-notice-scraper v2.1.8

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

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

2.1.8

1 year ago

2.1.7

2 years ago

2.1.4

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.3

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

5 years ago